#BF00BB

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

Shades of Deep Magenta #BF00BB

Tints of Deep Magenta #BF00BB

Color information

#BF00BB (or 0xBF00BB) is unknown color: approx Deep Magenta. HEX triplet: BF, 00 and BB. RGB value is (191,0,187). Sum of RGB (Red+Green+Blue) = 191+0+187=378 (50% of max value = 765). Red value is 191 (75% from 255 or 50.53% from 378); Green value is 0 (0.39% from 255 or 0% from 378); Blue value is 187 (73.44% from 255 or 49.47% from 378); Max value from RGB is 191 - color contains mainly: red. Hex color #BF00BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF00BB is #40FF44. Grayscale: #4D4D4D. Windows color (decimal): -4259653 or 12255423. OLE color: 12255423.

HSL color Cylindrical-coordinate representation of color #BF00BB: hue angle of 301.26º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BF00BB is Cyan = 0, Magento = 1, Yellow = 0.02 and Black (K on CMYK) = 0.25.

Color convert

RGB1910187-
CMYK010.020.25
HSL301.26º100%37.45%-
HSV(B)301.26º100%74.9%-
XYZ30.4614.6648.24-
YUV78.43189.28208.29-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 50.53%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 187 (73.44% from 255) = 49.47%
R=50.53%
G=0%
B=49.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1910187010.020.25301.2610037.45
HexBF0BB06421912d6425
Octal2770273014423145514445
Binary101111110101110110110010010110011001011011100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF00BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF00BB; }

 p { color: rgb(191,0,187); }

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

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

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

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

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

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

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