Html Css Color HEX #BE02DF Deep Magenta

📋 copy color: '#BE02DF'

red 190 ◦ green 2 ◦ blue 223

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

Shades of Deep Magenta #BE02DF

Tints of Deep Magenta #BE02DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 53.73%

R = 45.78%
G = 0.48%
B = 53.73%

CMYK

 C value IS 0.15

 M value IS 0.99

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BE02DF (or 0xBE02DF) is known color: Deep Magenta. HEX triplet: BE, 02 and DF. RGB value is (190,2,223). Sum of RGB (Red+Green+Blue) = 190+2+223=415 (54% of max value = 765). Red value is 190 (74.61% from 255 or 45.78% from 415); Green value is 2 (1.17% from 255 or 0.48% from 415); Blue value is 223 (87.5% from 255 or 53.73% from 415); Max value from RGB is 223 - color contains mainly: blue. Hex color #BE02DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE02DF is #41FD20. Grayscale: #525252. Windows color (decimal): -4324641 or 14615230. OLE color: 14615230.

HSL color Cylindrical-coordinate representation of color #BE02DF: hue angle of 291.04º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BE02DF is Cyan = 0.15, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 190 2 223 -
CMYK 0.15 0.99 0 0.13
HSL 291.04º 0.98% 0.44% -
HSV(B) 291.04º 0.99% 0.87% -
XYZ 34.58 16.32 71.14 -
YUV 83.41 206.78 204.03 -
System Red Green Blue C M Y K H S L
Decimal 190 2 223 0.15 0.99 0 0.13 291.04 0.98 0.44
Hex BE 2 DF F 63 0 D 123 62 2C
Octal 276 2 337 17 143 0 15 443 142 54
Binary 10111110 10 11011111 1111 1100011 0 1101 100100011 1100010 101100

Color Harmonies of #BE02DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE02DF

Black with #BE02DF

Text Example


Text Example

White with #BE02DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE02DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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