#BB00BD

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

Shades of Deep Magenta #BB00BD

Tints of Deep Magenta #BB00BD

Color information

#BB00BD (or 0xBB00BD) is unknown color: approx Deep Magenta. HEX triplet: BB, 00 and BD. RGB value is (187,0,189). Sum of RGB (Red+Green+Blue) = 187+0+189=376 (49% of max value = 765). Red value is 187 (73.44% from 255 or 49.73% from 376); Green value is 0 (0.39% from 255 or 0% from 376); Blue value is 189 (74.22% from 255 or 50.27% from 376); Max value from RGB is 189 - color contains mainly: blue. Hex color #BB00BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB00BD is #44FF42. Grayscale: #4C4C4C. Windows color (decimal): -4521795 or 12386491. OLE color: 12386491.

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

Color convert

RGB1870189-
CMYK0.01100.26
HSL299.37º100%37.06%-
HSV(B)299.37º100%74.12%-
XYZ29.6814.2449.33-
YUV77.46190.95206.13-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 49.73%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 189 (74.22% from 255) = 50.27%
R=49.73%
G=0%
B=50.27%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18701890.01100.26299.3710037.06
HexBB0BD16401A12b6425
Octal2730275114403245314445
Binary10111011010111101111001000110101001010111100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB00BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB00BD; }

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

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

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

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

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

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

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

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