#BB15B7

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

Shades of Deep Magenta #BB15B7

Tints of Deep Magenta #BB15B7

Color information

#BB15B7 (or 0xBB15B7) is unknown color: approx Deep Magenta. HEX triplet: BB, 15 and B7. RGB value is (187,21,183). Sum of RGB (Red+Green+Blue) = 187+21+183=391 (51% of max value = 765). Red value is 187 (73.44% from 255 or 47.83% from 391); Green value is 21 (8.59% from 255 or 5.37% from 391); Blue value is 183 (71.88% from 255 or 46.80% from 391); Max value from RGB is 187 - color contains mainly: red. Hex color #BB15B7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB15B7 is #44EA48. Grayscale: #585858. Windows color (decimal): -4516425 or 11998651. OLE color: 11998651.

HSL color Cylindrical-coordinate representation of color #BB15B7: hue angle of 301.45º 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 #BB15B7 is Cyan = 0, Magento = 0.89, Yellow = 0.02 and Black (K on CMYK) = 0.27.

Color convert

RGB18721183-
CMYK00.890.020.27
HSL301.45º79.81%40.78%-
HSV(B)301.45º88.77%73.33%-
XYZ29.3114.5246.06-
YUV89.1181197.83-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 47.83%
GREEN value IS 21 (8.59% from 255) = 5.37%
BLUE value IS 183 (71.88% from 255) = 46.80%
R=47.83%
G=5.37%
B=46.80%

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
Decimal1872118300.890.020.27301.4579.8140.78
HexBB15B705921B12d5029
Octal27325267013123345512051
Binary1011101110101101101110101100110110111001011011010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB15B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB15B7; }

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

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

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

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

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

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

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

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