#BF0CAB

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

Shades of Deep Magenta #BF0CAB

Tints of Deep Magenta #BF0CAB

Color information

#BF0CAB (or 0xBF0CAB) is unknown color: approx Deep Magenta. HEX triplet: BF, 0C and AB. RGB value is (191,12,171). Sum of RGB (Red+Green+Blue) = 191+12+171=374 (49% of max value = 765). Red value is 191 (75% from 255 or 51.07% from 374); Green value is 12 (5.08% from 255 or 3.21% from 374); Blue value is 171 (67.19% from 255 or 45.72% from 374); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0CAB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF0CAB is #40F354. Grayscale: #535353. Windows color (decimal): -4256597 or 11209919. OLE color: 11209919.

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

Color convert

RGB19112171-
CMYK00.940.100.25
HSL306.7º88.18%39.8%-
HSV(B)306.7º93.72%74.9%-
XYZ28.9714.2839.76-
YUV83.65177.3204.57-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 51.07%
GREEN value IS 12 (5.08% from 255) = 3.21%
BLUE value IS 171 (67.19% from 255) = 45.72%
R=51.07%
G=3.21%
B=45.72%

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
Decimal1911217100.940.100.25306.788.1839.8
HexBFCAB05EA191335828
Octal277142530136123146313050
Binary10111111110010101011010111101010110011001100111011000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF0CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF0CAB; }

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

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

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

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

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

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

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

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