#BB19D1

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

Shades of Deep Magenta #BB19D1

Tints of Deep Magenta #BB19D1

Color information

#BB19D1 (or 0xBB19D1) is unknown color: approx Deep Magenta. HEX triplet: BB, 19 and D1. RGB value is (187,25,209). Sum of RGB (Red+Green+Blue) = 187+25+209=421 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.42% from 421); Green value is 25 (10.16% from 255 or 5.94% from 421); Blue value is 209 (82.03% from 255 or 49.64% from 421); Max value from RGB is 209 - color contains mainly: blue. Hex color #BB19D1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB19D1 is #44E62E. Grayscale: #5D5D5D. Windows color (decimal): -4515375 or 13703611. OLE color: 13703611.

HSL color Cylindrical-coordinate representation of color #BB19D1: hue angle of 292.83º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BB19D1 is Cyan = 0.11, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB18725209-
CMYK0.110.8800.18
HSL292.83º78.63%45.88%-
HSV(B)292.83º88.04%81.96%-
XYZ32.3515.8661.68-
YUV94.41192.67194.04-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 44.42%
GREEN value IS 25 (10.16% from 255) = 5.94%
BLUE value IS 209 (82.03% from 255) = 49.64%
R=44.42%
G=5.94%
B=49.64%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal187252090.110.8800.18292.8378.6345.88
HexBB19D1B580121254f2e
Octal273313211313002244511756
Binary101110111100111010001101110110000100101001001011001111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB19D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB19D1; }

 p { color: rgb(187,25,209); }

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

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

 a { background-color: rgb(187,25,209); }

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

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

 span { border-color: rgb(187,25,209); }

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