Html Css Color HEX #BE02CF Deep Magenta

📋 copy color: '#BE02CF'

red 190 ◦ green 2 ◦ blue 207

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

Shades of Deep Magenta #BE02CF

Tints of Deep Magenta #BE02CF

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.5%

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

R = 47.62%
G = 0.5%
B = 51.88%

CMYK

 C value IS 0.08

 M value IS 0.99

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BE02CF (or 0xBE02CF) is known color: Deep Magenta. HEX triplet: BE, 02 and CF. RGB value is (190,2,207). Sum of RGB (Red+Green+Blue) = 190+2+207=399 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.62% from 399); Green value is 2 (1.17% from 255 or 0.50% from 399); Blue value is 207 (81.25% from 255 or 51.88% from 399); Max value from RGB is 207 - color contains mainly: blue. Hex color #BE02CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE02CF is #41FD30. Grayscale: #505050. Windows color (decimal): -4324657 or 13566654. OLE color: 13566654.

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

Color convert

RGB 190 2 207 -
CMYK 0.08 0.99 0 0.19
HSL 295.02º 0.98% 0.41% -
HSV(B) 295.02º 0.99% 0.81% -
XYZ 32.52 15.5 60.31 -
YUV 81.58 198.78 205.33 -
System Red Green Blue C M Y K H S L
Decimal 190 2 207 0.08 0.99 0 0.19 295.02 0.98 0.41
Hex BE 2 CF 8 63 0 13 127 62 29
Octal 276 2 317 10 143 0 23 447 142 51
Binary 10111110 10 11001111 1000 1100011 0 10011 100100111 1100010 101001

Color Harmonies of #BE02CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE02CF

Black with #BE02CF

Text Example


Text Example

White with #BE02CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE02CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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