#BF0CAC

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

Shades of Deep Magenta #BF0CAC

Tints of Deep Magenta #BF0CAC

Color information

#BF0CAC (or 0xBF0CAC) is unknown color: approx Deep Magenta. HEX triplet: BF, 0C and AC. RGB value is (191,12,172). Sum of RGB (Red+Green+Blue) = 191+12+172=375 (49% of max value = 765). Red value is 191 (75% from 255 or 50.93% from 375); Green value is 12 (5.08% from 255 or 3.2% from 375); Blue value is 172 (67.58% from 255 or 45.87% from 375); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0CAC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF0CAC is #40F353. Grayscale: #535353. Windows color (decimal): -4256596 or 11275455. OLE color: 11275455.

HSL color Cylindrical-coordinate representation of color #BF0CAC: hue angle of 306.37º degrees, saturation: 0.88, 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 #BF0CAC is Cyan = 0, Magento = 0.94, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB19112172-
CMYK00.940.100.25
HSL306.37º88.18%39.8%-
HSV(B)306.37º93.72%74.9%-
XYZ29.0614.3240.26-
YUV83.76177.8204.49-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 50.93%
GREEN value IS 12 (5.08% from 255) = 3.2%
BLUE value IS 172 (67.58% from 255) = 45.87%
R=50.93%
G=3.2%
B=45.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.10
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911217200.940.100.25306.3788.1839.8
HexBFCAC05EA191325828
Octal277142540136123146213050
Binary10111111110010101100010111101010110011001100101011000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF0CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF0CAC; }

 p { color: rgb(191,12,172); }

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

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

 a { background-color: rgb(191,12,172); }

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

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

 span { border-color: rgb(191,12,172); }

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