#BF00B6

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

Shades of Deep Magenta #BF00B6

Tints of Deep Magenta #BF00B6

Color information

#BF00B6 (or 0xBF00B6) is unknown color: approx Deep Magenta. HEX triplet: BF, 00 and B6. RGB value is (191,0,182). Sum of RGB (Red+Green+Blue) = 191+0+182=373 (49% of max value = 765). Red value is 191 (75% from 255 or 51.21% from 373); Green value is 0 (0.39% from 255 or 0% from 373); Blue value is 182 (71.48% from 255 or 48.79% from 373); Max value from RGB is 191 - color contains mainly: red. Hex color #BF00B6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF00B6 is #40FF49. Grayscale: #4D4D4D. Windows color (decimal): -4259658 or 11927743. OLE color: 11927743.

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

Color convert

RGB1910182-
CMYK010.050.25
HSL302.83º100%37.45%-
HSV(B)302.83º100%74.9%-
XYZ29.9314.4545.47-
YUV77.86186.78208.7-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 51.21%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 182 (71.48% from 255) = 48.79%
R=51.21%
G=0%
B=48.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.05
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1910182010.050.25302.8310037.45
HexBF0B606451912f6425
Octal2770266014453145714445
Binary1011111101011011001100100101110011001011111100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF00B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF00B6; }

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

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

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

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

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

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

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

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