#BF08A9

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

Shades of Deep Magenta #BF08A9

Tints of Deep Magenta #BF08A9

Color information

#BF08A9 (or 0xBF08A9) is unknown color: approx Deep Magenta. HEX triplet: BF, 08 and A9. RGB value is (191,8,169). Sum of RGB (Red+Green+Blue) = 191+8+169=368 (48% of max value = 765). Red value is 191 (75% from 255 or 51.90% from 368); Green value is 8 (3.52% from 255 or 2.17% from 368); Blue value is 169 (66.41% from 255 or 45.92% from 368); Max value from RGB is 191 - color contains mainly: red. Hex color #BF08A9 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF08A9 is #40F756. Grayscale: #505050. Windows color (decimal): -4257623 or 11077823. OLE color: 11077823.

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

Color convert

RGB1918169-
CMYK00.960.120.25
HSL307.21º91.96%39.02%-
HSV(B)307.21º95.81%74.9%-
XYZ28.7314.1138.75-
YUV81.07177.63206.41-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 51.90%
GREEN value IS 8 (3.52% from 255) = 2.17%
BLUE value IS 169 (66.41% from 255) = 45.92%
R=51.90%
G=2.17%
B=45.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.12
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191816900.960.120.25307.2191.9639.02
HexBF8A9060C191335c27
Octal277102510140143146313447
Binary10111111100010101001011000001100110011001100111011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF08A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF08A9; }

 p { color: rgb(191,8,169); }

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

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

 a { background-color: rgb(191,8,169); }

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

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

 span { border-color: rgb(191,8,169); }

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