Html Css Color HEX #BE17CF Deep Magenta

📋 copy color: '#BE17CF'

red 190 ◦ green 23 ◦ blue 207

#BE17CF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Magenta #BE17CF

Tints of Deep Magenta #BE17CF

RGB

 RED value IS 190 (74.61% from 255) = 45.24%

 GREEN value IS 23 (9.38% from 255) = 5.48%

 BLUE value IS 207 (81.25% from 255) = 49.29%

R = 45.24%
G = 5.48%
B = 49.29%

CMYK

 C value IS 0.08

 M value IS 0.89

 Y value IS 0

 K value IS 0.19

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BE17CF (or 0xBE17CF) is known color: Deep Magenta. HEX triplet: BE, 17 and CF. RGB value is (190,23,207). Sum of RGB (Red+Green+Blue) = 190+23+207=420 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.24% from 420); Green value is 23 (9.38% from 255 or 5.48% from 420); Blue value is 207 (81.25% from 255 or 49.29% from 420); Max value from RGB is 207 - color contains mainly: blue. Hex color #BE17CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE17CF is #41E830. Grayscale: #5D5D5D. Windows color (decimal): -4319281 or 13572030. OLE color: 13572030.

HSL color Cylindrical-coordinate representation of color #BE17CF: hue angle of 294.46º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BE17CF is Cyan = 0.08, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 190 23 207 -
CMYK 0.08 0.89 0 0.19
HSL 294.46º 0.8% 0.45% -
HSV(B) 294.46º 0.89% 0.81% -
XYZ 32.8 16.06 60.4 -
YUV 93.91 191.83 196.54 -
System Red Green Blue C M Y K H S L
Decimal 190 23 207 0.08 0.89 0 0.19 294.46 0.8 0.45
Hex BE 17 CF 8 59 0 13 126 50 2D
Octal 276 27 317 10 131 0 23 446 120 55
Binary 10111110 10111 11001111 1000 1011001 0 10011 100100110 1010000 101101

Color Harmonies of #BE17CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE17CF

Black with #BE17CF

Text Example


Text Example

White with #BE17CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE17CF; }

 p { color: rgb(190,23,207); }

 H1.HeaderClassName
 {
   color: #BE17CF;
 }
 .AnyTagClassName
 {
   color: #BE17CF;
 }
</style>

background-color css

<style>
 a { background-color: #BE17CF; }

 a { background-color: rgb(190,23,207); }

 div.DivClassName
 {
   background-color: #BE17CF;
 }
 .BgClassName
 {
   background-color: #BE17CF;
 }
</style>

border-color css

<style>
 span { border-color: #BE17CF; }

 span { border-color: rgb(190,23,207); }

 td.TdClassName
 {
   border-color: #BE17CF;
 }
 .TagClassName
 {
   border-color: #BE17CF;
 }
</style>