Html Css Color HEX #BE02B0 Deep Magenta

📋 copy color: '#BE02B0'

red 190 ◦ green 2 ◦ blue 176

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

Shades of Deep Magenta #BE02B0

Tints of Deep Magenta #BE02B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 47.83%

R = 51.63%
G = 0.54%
B = 47.83%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.07

 K value IS 0.25

RGB Variations

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

Color information

#BE02B0 (or 0xBE02B0) is known color: Deep Magenta. HEX triplet: BE, 02 and B0. RGB value is (190,2,176). Sum of RGB (Red+Green+Blue) = 190+2+176=368 (48% of max value = 765). Red value is 190 (74.61% from 255 or 51.63% from 368); Green value is 2 (1.17% from 255 or 0.54% from 368); Blue value is 176 (69.14% from 255 or 47.83% from 368); Max value from RGB is 190 - color contains mainly: red. Hex color #BE02B0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE02B0 is #41FD4F. Grayscale: #4D4D4D. Windows color (decimal): -4324688 or 11535038. OLE color: 11535038.

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

Color convert

RGB 190 2 176 -
CMYK 0 0.99 0.07 0.25
HSL 304.47º 0.98% 0.38% -
HSV(B) 304.47º 0.99% 0.75% -
XYZ 29.09 14.13 42.27 -
YUV 78.05 183.28 207.85 -
System Red Green Blue C M Y K H S L
Decimal 190 2 176 0 0.99 0.07 0.25 304.47 0.98 0.38
Hex BE 2 B0 0 63 7 19 130 62 26
Octal 276 2 260 0 143 7 31 460 142 46
Binary 10111110 10 10110000 0 1100011 111 11001 100110000 1100010 100110

Color Harmonies of #BE02B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE02B0

Black with #BE02B0

Text Example


Text Example

White with #BE02B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE02B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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