#BF0BA8

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

Shades of Deep Magenta #BF0BA8

Tints of Deep Magenta #BF0BA8

Color information

#BF0BA8 (or 0xBF0BA8) is unknown color: approx Deep Magenta. HEX triplet: BF, 0B and A8. RGB value is (191,11,168). Sum of RGB (Red+Green+Blue) = 191+11+168=370 (49% of max value = 765). Red value is 191 (75% from 255 or 51.62% from 370); Green value is 11 (4.69% from 255 or 2.97% from 370); Blue value is 168 (66.02% from 255 or 45.41% from 370); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0BA8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF0BA8 is #40F457. Grayscale: #525252. Windows color (decimal): -4256856 or 11013055. OLE color: 11013055.

HSL color Cylindrical-coordinate representation of color #BF0BA8: hue angle of 307.67º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BF0BA8 is Cyan = 0, Magento = 0.94, Yellow = 0.12 and Black (K on CMYK) = 0.25.

Color convert

RGB19111168-
CMYK00.940.120.25
HSL307.67º89.11%39.61%-
HSV(B)307.67º94.24%74.9%-
XYZ28.6714.1438.26-
YUV82.72176.13205.23-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 51.62%
GREEN value IS 11 (4.69% from 255) = 2.97%
BLUE value IS 168 (66.02% from 255) = 45.41%
R=51.62%
G=2.97%
B=45.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.12
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911116800.940.120.25307.6789.1139.61
HexBFBA805EC191345928
Octal277132500136143146413150
Binary10111111101110101000010111101100110011001101001011001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF0BA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF0BA8; }

 p { color: rgb(191,11,168); }

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

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

 a { background-color: rgb(191,11,168); }

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

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

 span { border-color: rgb(191,11,168); }

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