Html Css Color HEX #BE02BE Deep Magenta

📋 copy color: '#BE02BE'

red 190 ◦ green 2 ◦ blue 190

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

Shades of Deep Magenta #BE02BE

Tints of Deep Magenta #BE02BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 49.74%

R = 49.74%
G = 0.52%
B = 49.74%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BE02BE (or 0xBE02BE) is known color: Deep Magenta. HEX triplet: BE, 02 and BE. RGB value is (190,2,190). Sum of RGB (Red+Green+Blue) = 190+2+190=382 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.74% from 382); Green value is 2 (1.17% from 255 or 0.52% from 382); Blue value is 190 (74.61% from 255 or 49.74% from 382); Max value from RGB is 190 - color contains mainly: red, blue. Hex color #BE02BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE02BE is #41FD41. Grayscale: #4F4F4F. Windows color (decimal): -4324674 or 12452542. OLE color: 12452542.

HSL color Cylindrical-coordinate representation of color #BE02BE: hue angle of 300º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BE02BE is Cyan = 0, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 2 190 -
CMYK 0 0.99 0 0.25
HSL 300º 0.98% 0.38% -
HSV(B) 300º 0.99% 0.75% -
XYZ 30.55 14.71 49.94 -
YUV 79.64 190.28 206.71 -
System Red Green Blue C M Y K H S L
Decimal 190 2 190 0 0.99 0 0.25 300 0.98 0.38
Hex BE 2 BE 0 63 0 19 12C 62 26
Octal 276 2 276 0 143 0 31 454 142 46
Binary 10111110 10 10111110 0 1100011 0 11001 100101100 1100010 100110

Color Harmonies of #BE02BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE02BE

Black with #BE02BE

Text Example


Text Example

White with #BE02BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE02BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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