#BE02BB

Color #BE02BB Deep Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Magenta #BE02BB

Tints of Deep Magenta #BE02BB

Color information

#BE02BB (or 0xBE02BB) is unknown color: approx Deep Magenta. HEX triplet: BE, 02 and BB. RGB value is (190,2,187). Sum of RGB (Red+Green+Blue) = 190+2+187=379 (50% of max value = 765). Red value is 190 (74.61% from 255 or 50.13% from 379); Green value is 2 (1.17% from 255 or 0.53% from 379); Blue value is 187 (73.44% from 255 or 49.34% from 379); Max value from RGB is 190 - color contains mainly: red. Hex color #BE02BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE02BB is #41FD44. Grayscale: #4E4E4E. Windows color (decimal): -4324677 or 12255934. OLE color: 12255934.

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

Color convert

RGB1902187-
CMYK00.990.020.25
HSL300.96º97.92%37.65%-
HSV(B)300.96º98.95%74.51%-
XYZ30.2314.5848.23-
YUV79.3188.78206.96-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 50.13%
GREEN value IS 2 (1.17% from 255) = 0.53%
BLUE value IS 187 (73.44% from 255) = 49.34%
R=50.13%
G=0.53%
B=49.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190218700.990.020.25300.9697.9237.65
HexBE2BB06321912d6226
Octal2762273014323145514246
Binary1011111010101110110110001110110011001011011100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE02BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE02BB; }

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

 H1.HeaderClassName
 {
   color: #BE02BB;
 }
 .AnyTagClassName
 {
   color: #BE02BB;
 }
</style>
background-color css

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

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

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

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

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

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