#BE16BB

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

Shades of Deep Magenta #BE16BB

Tints of Deep Magenta #BE16BB

Color information

#BE16BB (or 0xBE16BB) is unknown color: approx Deep Magenta. HEX triplet: BE, 16 and BB. RGB value is (190,22,187). Sum of RGB (Red+Green+Blue) = 190+22+187=399 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.62% from 399); Green value is 22 (8.98% from 255 or 5.51% from 399); Blue value is 187 (73.44% from 255 or 46.87% from 399); Max value from RGB is 190 - color contains mainly: red. Hex color #BE16BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE16BB is #41E944. Grayscale: #5A5A5A. Windows color (decimal): -4319557 or 12261054. OLE color: 12261054.

HSL color Cylindrical-coordinate representation of color #BE16BB: hue angle of 301.07º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BE16BB is Cyan = 0, Magento = 0.88, Yellow = 0.02 and Black (K on CMYK) = 0.25.

Color convert

RGB19022187-
CMYK00.880.020.25
HSL301.07º79.25%41.57%-
HSV(B)301.07º88.42%74.51%-
XYZ30.4915.1148.32-
YUV91.04182.16198.58-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 47.62%
GREEN value IS 22 (8.98% from 255) = 5.51%
BLUE value IS 187 (73.44% from 255) = 46.87%
R=47.62%
G=5.51%
B=46.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1902218700.880.020.25301.0779.2541.57
HexBE16BB05821912d4f2a
Octal27626273013023145511752
Binary1011111010110101110110101100010110011001011011001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE16BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE16BB; }

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

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

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

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

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

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

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

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