#BE12AB

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

Shades of Deep Magenta #BE12AB

Tints of Deep Magenta #BE12AB

Color information

#BE12AB (or 0xBE12AB) is unknown color: approx Deep Magenta. HEX triplet: BE, 12 and AB. RGB value is (190,18,171). Sum of RGB (Red+Green+Blue) = 190+18+171=379 (50% of max value = 765). Red value is 190 (74.61% from 255 or 50.13% from 379); Green value is 18 (7.42% from 255 or 4.75% from 379); Blue value is 171 (67.19% from 255 or 45.12% from 379); Max value from RGB is 190 - color contains mainly: red. Hex color #BE12AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE12AB is #41ED54. Grayscale: #565656. Windows color (decimal): -4320597 or 11211454. OLE color: 11211454.

HSL color Cylindrical-coordinate representation of color #BE12AB: hue angle of 306.63º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BE12AB is Cyan = 0, Magento = 0.91, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB19018171-
CMYK00.910.100.25
HSL306.63º82.69%40.78%-
HSV(B)306.63º90.53%74.51%-
XYZ28.814.3239.77-
YUV86.87175.48201.56-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 50.13%
GREEN value IS 18 (7.42% from 255) = 4.75%
BLUE value IS 171 (67.19% from 255) = 45.12%
R=50.13%
G=4.75%
B=45.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.10
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901817100.910.100.25306.6382.6940.78
HexBE12AB05BA191335329
Octal276222530133123146312351
Binary101111101001010101011010110111010110011001100111010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE12AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE12AB; }

 p { color: rgb(190,18,171); }

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

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

 a { background-color: rgb(190,18,171); }

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

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

 span { border-color: rgb(190,18,171); }

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