Html Css Color HEX #BE02B7 Deep Magenta

📋 copy color: '#BE02B7'

red 190 ◦ green 2 ◦ blue 183

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

Shades of Deep Magenta #BE02B7

Tints of Deep Magenta #BE02B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 48.8%

R = 50.67%
G = 0.53%
B = 48.8%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.04

 K value IS 0.25

RGB Variations

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

Color information

#BE02B7 (or 0xBE02B7) is known color: Deep Magenta. HEX triplet: BE, 02 and B7. RGB value is (190,2,183). Sum of RGB (Red+Green+Blue) = 190+2+183=375 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.67% from 375); Green value is 2 (1.17% from 255 or 0.53% from 375); Blue value is 183 (71.88% from 255 or 48.8% from 375); Max value from RGB is 190 - color contains mainly: red. Hex color #BE02B7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE02B7 is #41FD48. Grayscale: #4E4E4E. Windows color (decimal): -4324681 or 11993790. OLE color: 11993790.

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

Color convert

RGB 190 2 183 -
CMYK 0 0.99 0.04 0.25
HSL 302.23º 0.98% 0.38% -
HSV(B) 302.23º 0.99% 0.75% -
XYZ 29.8 14.41 46.01 -
YUV 78.85 186.78 207.28 -
System Red Green Blue C M Y K H S L
Decimal 190 2 183 0 0.99 0.04 0.25 302.23 0.98 0.38
Hex BE 2 B7 0 63 4 19 12E 62 26
Octal 276 2 267 0 143 4 31 456 142 46
Binary 10111110 10 10110111 0 1100011 100 11001 100101110 1100010 100110

Color Harmonies of #BE02B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE02B7

Black with #BE02B7

Text Example


Text Example

White with #BE02B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE02B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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