#BF0FB9

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

Shades of Deep Magenta #BF0FB9

Tints of Deep Magenta #BF0FB9

Color information

#BF0FB9 (or 0xBF0FB9) is unknown color: approx Deep Magenta. HEX triplet: BF, 0F and B9. RGB value is (191,15,185). Sum of RGB (Red+Green+Blue) = 191+15+185=391 (51% of max value = 765). Red value is 191 (75% from 255 or 48.85% from 391); Green value is 15 (6.25% from 255 or 3.84% from 391); Blue value is 185 (72.66% from 255 or 47.31% from 391); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0FB9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF0FB9 is #40F046. Grayscale: #565656. Windows color (decimal): -4255815 or 12128191. OLE color: 12128191.

HSL color Cylindrical-coordinate representation of color #BF0FB9: hue angle of 302.05º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BF0FB9 is Cyan = 0, Magento = 0.92, Yellow = 0.03 and Black (K on CMYK) = 0.25.

Color convert

RGB19115185-
CMYK00.920.030.25
HSL302.05º85.44%40.39%-
HSV(B)302.05º92.15%74.9%-
XYZ30.4114.9247.18-
YUV87183.31202.18-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 48.85%
GREEN value IS 15 (6.25% from 255) = 3.84%
BLUE value IS 185 (72.66% from 255) = 47.31%
R=48.85%
G=3.84%
B=47.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911518500.920.030.25302.0585.4440.39
HexBFFB905C31912e5528
Octal27717271013433145612550
Binary101111111111101110010101110011110011001011101010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF0FB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF0FB9; }

 p { color: rgb(191,15,185); }

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

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

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

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

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

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

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