#B00BA6

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

Shades of Dark Magenta #B00BA6

Tints of Dark Magenta #B00BA6

Color information

#B00BA6 (or 0xB00BA6) is unknown color: approx Dark Magenta. HEX triplet: B0, 0B and A6. RGB value is (176,11,166). Sum of RGB (Red+Green+Blue) = 176+11+166=353 (46% of max value = 765). Red value is 176 (69.14% from 255 or 49.86% from 353); Green value is 11 (4.69% from 255 or 3.12% from 353); Blue value is 166 (65.23% from 255 or 47.03% from 353); Max value from RGB is 176 - color contains mainly: red. Hex color #B00BA6 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B00BA6 is #4FF459. Grayscale: #4D4D4D. Windows color (decimal): -5239898 or 10881968. OLE color: 10881968.

HSL color Cylindrical-coordinate representation of color #B00BA6: hue angle of 303.64º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B00BA6 is Cyan = 0, Magento = 0.94, Yellow = 0.06 and Black (K on CMYK) = 0.31.

Color convert

RGB17611166-
CMYK00.940.060.31
HSL303.64º88.24%36.67%-
HSV(B)303.64º93.75%69.02%-
XYZ24.9112.2237.12-
YUV78177.66197.9-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 49.86%
GREEN value IS 11 (4.69% from 255) = 3.12%
BLUE value IS 166 (65.23% from 255) = 47.03%
R=49.86%
G=3.12%
B=47.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.06
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761116600.940.060.31303.6488.2436.67
HexB0BA605E61F1305825
Octal26013246013663746013045
Binary1011000010111010011001011110110111111001100001011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B00BA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B00BA6; }

 p { color: rgb(176,11,166); }

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

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

 a { background-color: rgb(176,11,166); }

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

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

 span { border-color: rgb(176,11,166); }

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