#BB10BD

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

Shades of Deep Magenta #BB10BD

Tints of Deep Magenta #BB10BD

Color information

#BB10BD (or 0xBB10BD) is unknown color: approx Deep Magenta. HEX triplet: BB, 10 and BD. RGB value is (187,16,189). Sum of RGB (Red+Green+Blue) = 187+16+189=392 (51% of max value = 765). Red value is 187 (73.44% from 255 or 47.70% from 392); Green value is 16 (6.64% from 255 or 4.08% from 392); Blue value is 189 (74.22% from 255 or 48.21% from 392); Max value from RGB is 189 - color contains mainly: blue. Hex color #BB10BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB10BD is #44EF42. Grayscale: #565656. Windows color (decimal): -4517699 or 12390587. OLE color: 12390587.

HSL color Cylindrical-coordinate representation of color #BB10BD: hue angle of 299.31º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BB10BD is Cyan = 0.01, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB18716189-
CMYK0.010.9200.26
HSL299.31º84.39%40.2%-
HSV(B)299.31º91.53%74.12%-
XYZ29.8614.6149.39-
YUV86.85185.65199.43-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 47.70%
GREEN value IS 16 (6.64% from 255) = 4.08%
BLUE value IS 189 (74.22% from 255) = 48.21%
R=47.70%
G=4.08%
B=48.21%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal187161890.010.9200.26299.3184.3940.2
HexBB10BD15C01A12b5428
Octal27320275113403245312450
Binary101110111000010111101110111000110101001010111010100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB10BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB10BD; }

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

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

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

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

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

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

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

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