Html Css Color HEX #BB19DD Deep Magenta

📋 copy color: '#BB19DD'

red 187 ◦ green 25 ◦ blue 221

#BB19DD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Magenta #BB19DD

Tints of Deep Magenta #BB19DD

RGB

 RED value IS 187 (73.44% from 255) = 43.19%

 GREEN value IS 25 (10.16% from 255) = 5.77%

 BLUE value IS 221 (86.72% from 255) = 51.04%

R = 43.19%
G = 5.77%
B = 51.04%

CMYK

 C value IS 0.15

 M value IS 0.89

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BB19DD (or 0xBB19DD) is known color: Deep Magenta. HEX triplet: BB, 19 and DD. RGB value is (187,25,221). Sum of RGB (Red+Green+Blue) = 187+25+221=433 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.19% from 433); Green value is 25 (10.16% from 255 or 5.77% from 433); Blue value is 221 (86.72% from 255 or 51.04% from 433); Max value from RGB is 221 - color contains mainly: blue. Hex color #BB19DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB19DD is #44E622. Grayscale: #5F5F5F. Windows color (decimal): -4515363 or 14490043. OLE color: 14490043.

HSL color Cylindrical-coordinate representation of color #BB19DD: hue angle of 289.59º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BB19DD is Cyan = 0.15, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 187 25 221 -
CMYK 0.15 0.89 0 0.13
HSL 289.59º 0.8% 0.48% -
HSV(B) 289.59º 0.89% 0.87% -
XYZ 33.89 16.48 69.8 -
YUV 95.78 198.67 193.06 -
System Red Green Blue C M Y K H S L
Decimal 187 25 221 0.15 0.89 0 0.13 289.59 0.8 0.48
Hex BB 19 DD F 59 0 D 122 50 30
Octal 273 31 335 17 131 0 15 442 120 60
Binary 10111011 11001 11011101 1111 1011001 0 1101 100100010 1010000 110000

Color Harmonies of #BB19DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB19DD

Black with #BB19DD

Text Example


Text Example

White with #BB19DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB19DD; }

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

 H1.HeaderClassName
 {
   color: #BB19DD;
 }
 .AnyTagClassName
 {
   color: #BB19DD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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