#BE0AC6

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

Shades of Deep Magenta #BE0AC6

Tints of Deep Magenta #BE0AC6

Color information

#BE0AC6 (or 0xBE0AC6) is unknown color: approx Deep Magenta. HEX triplet: BE, 0A and C6. RGB value is (190,10,198). Sum of RGB (Red+Green+Blue) = 190+10+198=398 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.74% from 398); Green value is 10 (4.30% from 255 or 2.51% from 398); Blue value is 198 (77.73% from 255 or 49.75% from 398); Max value from RGB is 198 - color contains mainly: blue. Hex color #BE0AC6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE0AC6 is #41F539. Grayscale: #545454. Windows color (decimal): -4322618 or 12978878. OLE color: 12978878.

HSL color Cylindrical-coordinate representation of color #BE0AC6: hue angle of 297.45º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BE0AC6 is Cyan = 0.04, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB19010198-
CMYK0.040.9500.22
HSL297.45º90.38%40.78%-
HSV(B)297.45º94.95%77.65%-
XYZ31.5415.2454.71-
YUV85.25191.63202.71-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 47.74%
GREEN value IS 10 (4.30% from 255) = 2.51%
BLUE value IS 198 (77.73% from 255) = 49.75%
R=47.74%
G=2.51%
B=49.75%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal190101980.040.9500.22297.4590.3840.78
HexBEAC645F0161295a29
Octal27612306413702645113251
Binary1011111010101100011010010111110101101001010011011010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE0AC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE0AC6; }

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

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

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

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

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

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

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

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