#B000BD

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

Shades of Deep Magenta #B000BD

Tints of Deep Magenta #B000BD

Color information

#B000BD (or 0xB000BD) is unknown color: approx Deep Magenta. HEX triplet: B0, 00 and BD. RGB value is (176,0,189). Sum of RGB (Red+Green+Blue) = 176+0+189=365 (48% of max value = 765). Red value is 176 (69.14% from 255 or 48.22% from 365); Green value is 0 (0.39% from 255 or 0% from 365); Blue value is 189 (74.22% from 255 or 51.78% from 365); Max value from RGB is 189 - color contains mainly: blue. Hex color #B000BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B000BD is #4FFF42. Grayscale: #494949. Windows color (decimal): -5242691 or 12386480. OLE color: 12386480.

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

Color convert

RGB1760189-
CMYK0.07100.26
HSL295.87º100%37.06%-
HSV(B)295.87º100%74.12%-
XYZ27.0912.949.21-
YUV74.17192.81200.63-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 48.22%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 189 (74.22% from 255) = 51.78%
R=48.22%
G=0%
B=51.78%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal17601890.07100.26295.8710037.06
HexB00BD76401A1286425
Octal2600275714403245014445
Binary1011000001011110111111001000110101001010001100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B000BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B000BD; }

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

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

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

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

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

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

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

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