#BB15B8

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

Shades of Deep Magenta #BB15B8

Tints of Deep Magenta #BB15B8

Color information

#BB15B8 (or 0xBB15B8) is unknown color: approx Deep Magenta. HEX triplet: BB, 15 and B8. RGB value is (187,21,184). Sum of RGB (Red+Green+Blue) = 187+21+184=392 (51% of max value = 765). Red value is 187 (73.44% from 255 or 47.70% from 392); Green value is 21 (8.59% from 255 or 5.36% from 392); Blue value is 184 (72.27% from 255 or 46.94% from 392); Max value from RGB is 187 - color contains mainly: red. Hex color #BB15B8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB15B8 is #44EA47. Grayscale: #585858. Windows color (decimal): -4516424 or 12064187. OLE color: 12064187.

HSL color Cylindrical-coordinate representation of color #BB15B8: hue angle of 301.08º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BB15B8 is Cyan = 0, Magento = 0.89, Yellow = 0.02 and Black (K on CMYK) = 0.27.

Color convert

RGB18721184-
CMYK00.890.020.27
HSL301.08º79.81%40.78%-
HSV(B)301.08º88.77%73.33%-
XYZ29.4114.5646.61-
YUV89.22181.5197.75-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 47.70%
GREEN value IS 21 (8.59% from 255) = 5.36%
BLUE value IS 184 (72.27% from 255) = 46.94%
R=47.70%
G=5.36%
B=46.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.02
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1872118400.890.020.27301.0879.8140.78
HexBB15B805921B12d5029
Octal27325270013123345512051
Binary1011101110101101110000101100110110111001011011010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB15B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB15B8; }

 p { color: rgb(187,21,184); }

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

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

 a { background-color: rgb(187,21,184); }

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

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

 span { border-color: rgb(187,21,184); }

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