#BF00A8

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

Shades of Deep Magenta #BF00A8

Tints of Deep Magenta #BF00A8

Color information

#BF00A8 (or 0xBF00A8) is unknown color: approx Deep Magenta. HEX triplet: BF, 00 and A8. RGB value is (191,0,168). Sum of RGB (Red+Green+Blue) = 191+0+168=359 (47% of max value = 765). Red value is 191 (75% from 255 or 53.20% from 359); Green value is 0 (0.39% from 255 or 0% from 359); Blue value is 168 (66.02% from 255 or 46.80% from 359); Max value from RGB is 191 - color contains mainly: red. Hex color #BF00A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF00A8 is #40FF57. Grayscale: #4B4B4B. Windows color (decimal): -4259672 or 11010239. OLE color: 11010239.

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

Color convert

RGB1910168-
CMYK010.120.25
HSL307.23º100%37.45%-
HSV(B)307.23º100%74.9%-
XYZ28.5513.938.22-
YUV76.26179.78209.84-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 53.20%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 168 (66.02% from 255) = 46.80%
R=53.20%
G=0%
B=46.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.12
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1910168010.120.25307.2310037.45
HexBF0A8064C191336425
Octal27702500144143146314445
Binary10111111010101000011001001100110011001100111100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF00A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF00A8; }

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

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

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

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

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

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

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

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