#bf0cb6

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

Shades of Deep Magenta #BF0CB6

Tints of Deep Magenta #BF0CB6

Color information

#BF0CB6 (or 0xBF0CB6) is unknown color: approx Deep Magenta. HEX triplet: BF, 0C and B6. RGB value is (191,12,182). Sum of RGB (Red+Green+Blue) = 191+12+182=385 (50% of max value = 765). Red value is 191 (75% from 255 or 49.61% from 385); Green value is 12 (5.08% from 255 or 3.12% from 385); Blue value is 182 (71.48% from 255 or 47.27% from 385); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0CB6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF0CB6 is #40F349. Grayscale: #545454. Windows color (decimal): -4256586 or 11930815. OLE color: 11930815.

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

Color convert

RGB19112182-
CMYK00.940.050.25
HSL303.02º88.18%39.8%-
HSV(B)303.02º93.72%74.9%-
XYZ30.0614.7245.51-
YUV84.9182.8203.68-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 49.61%
GREEN value IS 12 (5.08% from 255) = 3.12%
BLUE value IS 182 (71.48% from 255) = 47.27%
R=49.61%
G=3.12%
B=47.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.05
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911218200.940.050.25303.0288.1839.8
HexBFCB605E51912f5828
Octal27714266013653145713050
Binary1011111111001011011001011110101110011001011111011000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bf0cb6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bf0cb6; }

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

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

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

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

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

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

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

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