#BF00BD

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

Shades of Deep Magenta #BF00BD

Tints of Deep Magenta #BF00BD

Color information

#BF00BD (or 0xBF00BD) is unknown color: approx Deep Magenta. HEX triplet: BF, 00 and BD. RGB value is (191,0,189). Sum of RGB (Red+Green+Blue) = 191+0+189=380 (50% of max value = 765). Red value is 191 (75% from 255 or 50.26% from 380); Green value is 0 (0.39% from 255 or 0% from 380); Blue value is 189 (74.22% from 255 or 49.74% from 380); Max value from RGB is 191 - color contains mainly: red. Hex color #BF00BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF00BD is #40FF42. Grayscale: #4E4E4E. Windows color (decimal): -4259651 or 12386495. OLE color: 12386495.

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

Color convert

RGB1910189-
CMYK010.010.25
HSL300.63º100%37.45%-
HSV(B)300.63º100%74.9%-
XYZ30.6714.7549.37-
YUV78.66190.28208.13-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 50.26%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 189 (74.22% from 255) = 49.74%
R=50.26%
G=0%
B=49.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.01
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1910189010.010.25300.6310037.45
HexBF0BD06411912d6425
Octal2770275014413145514445
Binary10111111010111101011001001110011001011011100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF00BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF00BD; }

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

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

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

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

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

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

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

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