#B000BF

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

Shades of Deep Magenta #B000BF

Tints of Deep Magenta #B000BF

Color information

#B000BF (or 0xB000BF) is unknown color: approx Deep Magenta. HEX triplet: B0, 00 and BF. RGB value is (176,0,191). Sum of RGB (Red+Green+Blue) = 176+0+191=367 (48% of max value = 765). Red value is 176 (69.14% from 255 or 47.96% from 367); Green value is 0 (0.39% from 255 or 0% from 367); Blue value is 191 (75% from 255 or 52.04% from 367); Max value from RGB is 191 - color contains mainly: blue. Hex color #B000BF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B000BF is #4FFF40. Grayscale: #494949. Windows color (decimal): -5242689 or 12517552. OLE color: 12517552.

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

Color convert

RGB1760191-
CMYK0.08100.25
HSL295.29º100%37.45%-
HSV(B)295.29º100%74.9%-
XYZ27.3112.9950.36-
YUV74.4193.81200.47-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 47.96%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 191 (75% from 255) = 52.04%
R=47.96%
G=0%
B=52.04%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal17601910.08100.25295.2910037.45
HexB00BF8640191276425
Octal26002771014403144714445
Binary10110000010111111100011001000110011001001111100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B000BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B000BF; }

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

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

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

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

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

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

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

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