#bf0cbf

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

Shades of Deep Magenta #BF0CBF

Tints of Deep Magenta #BF0CBF

Color information

#BF0CBF (or 0xBF0CBF) is unknown color: approx Deep Magenta. HEX triplet: BF, 0C and BF. RGB value is (191,12,191). Sum of RGB (Red+Green+Blue) = 191+12+191=394 (52% of max value = 765). Red value is 191 (75% from 255 or 48.48% from 394); Green value is 12 (5.08% from 255 or 3.05% from 394); Blue value is 191 (75% from 255 or 48.48% from 394); Max value from RGB is 191 - color contains mainly: red, blue. Hex color #BF0CBF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF0CBF is #40F340. Grayscale: #555555. Windows color (decimal): -4256577 or 12520639. OLE color: 12520639.

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

Color convert

RGB19112191-
CMYK00.9400.25
HSL300º88.18%39.8%-
HSV(B)300º93.72%74.9%-
XYZ31.0215.150.57-
YUV85.93187.3202.95-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 48.48%
GREEN value IS 12 (5.08% from 255) = 3.05%
BLUE value IS 191 (75% from 255) = 48.48%
R=48.48%
G=3.05%
B=48.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911219100.9400.2530088.1839.8
HexBFCBF05E01912c5828
Octal27714277013603145413050
Binary10111111110010111111010111100110011001011001011000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bf0cbf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bf0cbf; }

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

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

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

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

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

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

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

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