#BF0CBA

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

Shades of Deep Magenta #BF0CBA

Tints of Deep Magenta #BF0CBA

Color information

#BF0CBA (or 0xBF0CBA) is unknown color: approx Deep Magenta. HEX triplet: BF, 0C and BA. RGB value is (191,12,186). Sum of RGB (Red+Green+Blue) = 191+12+186=389 (51% of max value = 765). Red value is 191 (75% from 255 or 49.10% from 389); Green value is 12 (5.08% from 255 or 3.08% from 389); Blue value is 186 (73.05% from 255 or 47.81% from 389); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0CBA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF0CBA is #40F345. Grayscale: #545454. Windows color (decimal): -4256582 or 12192959. OLE color: 12192959.

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

Color convert

RGB19112186-
CMYK00.940.030.25
HSL301.68º88.18%39.8%-
HSV(B)301.68º93.72%74.9%-
XYZ30.4814.8847.72-
YUV85.36184.8203.35-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 49.10%
GREEN value IS 12 (5.08% from 255) = 3.08%
BLUE value IS 186 (73.05% from 255) = 47.81%
R=49.10%
G=3.08%
B=47.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911218600.940.030.25301.6888.1839.8
HexBFCBA05E31912e5828
Octal27714272013633145613050
Binary101111111100101110100101111011110011001011101011000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF0CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF0CBA; }

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

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

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

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

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

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

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

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