#BE0AC9

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

Shades of Deep Magenta #BE0AC9

Tints of Deep Magenta #BE0AC9

Color information

#BE0AC9 (or 0xBE0AC9) is unknown color: approx Deep Magenta. HEX triplet: BE, 0A and C9. RGB value is (190,10,201). Sum of RGB (Red+Green+Blue) = 190+10+201=401 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.38% from 401); Green value is 10 (4.30% from 255 or 2.49% from 401); Blue value is 201 (78.91% from 255 or 50.12% from 401); Max value from RGB is 201 - color contains mainly: blue. Hex color #BE0AC9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE0AC9 is #41F536. Grayscale: #555555. Windows color (decimal): -4322615 or 13175486. OLE color: 13175486.

HSL color Cylindrical-coordinate representation of color #BE0AC9: hue angle of 296.54º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BE0AC9 is Cyan = 0.05, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB19010201-
CMYK0.050.9500.21
HSL296.54º90.52%41.37%-
HSV(B)296.54º95.02%78.82%-
XYZ31.8915.3856.55-
YUV85.59193.13202.47-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 47.38%
GREEN value IS 10 (4.30% from 255) = 2.49%
BLUE value IS 201 (78.91% from 255) = 50.12%
R=47.38%
G=2.49%
B=50.12%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal190102010.050.9500.21296.5490.5241.37
HexBEAC955F0151295b29
Octal27612311513702545113351
Binary1011111010101100100110110111110101011001010011011011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE0AC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE0AC9; }

 p { color: rgb(190,10,201); }

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

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

 a { background-color: rgb(190,10,201); }

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

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

 span { border-color: rgb(190,10,201); }

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