#BF0CAD

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

Shades of Deep Magenta #BF0CAD

Tints of Deep Magenta #BF0CAD

Color information

#BF0CAD (or 0xBF0CAD) is unknown color: approx Deep Magenta. HEX triplet: BF, 0C and AD. RGB value is (191,12,173). Sum of RGB (Red+Green+Blue) = 191+12+173=376 (49% of max value = 765). Red value is 191 (75% from 255 or 50.80% from 376); Green value is 12 (5.08% from 255 or 3.19% from 376); Blue value is 173 (67.97% from 255 or 46.01% from 376); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0CAD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF0CAD is #40F352. Grayscale: #535353. Windows color (decimal): -4256595 or 11340991. OLE color: 11340991.

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

Color convert

RGB19112173-
CMYK00.940.090.25
HSL306.03º88.18%39.8%-
HSV(B)306.03º93.72%74.9%-
XYZ29.1614.3640.77-
YUV83.88178.3204.41-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 50.80%
GREEN value IS 12 (5.08% from 255) = 3.19%
BLUE value IS 173 (67.97% from 255) = 46.01%
R=50.80%
G=3.19%
B=46.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.09
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911217300.940.090.25306.0388.1839.8
HexBFCAD05E9191325828
Octal277142550136113146213050
Binary10111111110010101101010111101001110011001100101011000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF0CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF0CAD; }

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

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

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

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

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

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

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

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