Html Css Color HEX #BE02B9 Deep Magenta

📋 copy color: '#BE02B9'

red 190 ◦ green 2 ◦ blue 185

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

Shades of Deep Magenta #BE02B9

Tints of Deep Magenta #BE02B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 49.07%

R = 50.4%
G = 0.53%
B = 49.07%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#BE02B9 (or 0xBE02B9) is known color: Deep Magenta. HEX triplet: BE, 02 and B9. RGB value is (190,2,185). Sum of RGB (Red+Green+Blue) = 190+2+185=377 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.40% from 377); Green value is 2 (1.17% from 255 or 0.53% from 377); Blue value is 185 (72.66% from 255 or 49.07% from 377); Max value from RGB is 190 - color contains mainly: red. Hex color #BE02B9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE02B9 is #41FD46. Grayscale: #4E4E4E. Windows color (decimal): -4324679 or 12124862. OLE color: 12124862.

HSL color Cylindrical-coordinate representation of color #BE02B9: hue angle of 301.6º 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 #BE02B9 is Cyan = 0, Magento = 0.99, Yellow = 0.03 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 2 185 -
CMYK 0 0.99 0.03 0.25
HSL 301.6º 0.98% 0.38% -
HSV(B) 301.6º 0.99% 0.75% -
XYZ 30.01 14.49 47.11 -
YUV 79.07 187.78 207.12 -
System Red Green Blue C M Y K H S L
Decimal 190 2 185 0 0.99 0.03 0.25 301.6 0.98 0.38
Hex BE 2 B9 0 63 3 19 12E 62 26
Octal 276 2 271 0 143 3 31 456 142 46
Binary 10111110 10 10111001 0 1100011 11 11001 100101110 1100010 100110

Color Harmonies of #BE02B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE02B9

Black with #BE02B9

Text Example


Text Example

White with #BE02B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE02B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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