Html Css Color HEX #BB19D8 Deep Magenta

📋 copy color: '#BB19D8'

red 187 ◦ green 25 ◦ blue 216

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

Shades of Deep Magenta #BB19D8

Tints of Deep Magenta #BB19D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 50.47%

R = 43.69%
G = 5.84%
B = 50.47%

CMYK

 C value IS 0.13

 M value IS 0.88

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BB19D8 (or 0xBB19D8) is known color: Deep Magenta. HEX triplet: BB, 19 and D8. RGB value is (187,25,216). Sum of RGB (Red+Green+Blue) = 187+25+216=428 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.69% from 428); Green value is 25 (10.16% from 255 or 5.84% from 428); Blue value is 216 (84.77% from 255 or 50.47% from 428); Max value from RGB is 216 - color contains mainly: blue. Hex color #BB19D8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB19D8 is #44E627. Grayscale: #5E5E5E. Windows color (decimal): -4515368 or 14162363. OLE color: 14162363.

HSL color Cylindrical-coordinate representation of color #BB19D8: hue angle of 290.89º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BB19D8 is Cyan = 0.13, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 187 25 216 -
CMYK 0.13 0.88 0 0.15
HSL 290.89º 0.79% 0.47% -
HSV(B) 290.89º 0.88% 0.85% -
XYZ 33.24 16.22 66.34 -
YUV 95.21 196.17 193.47 -
System Red Green Blue C M Y K H S L
Decimal 187 25 216 0.13 0.88 0 0.15 290.89 0.79 0.47
Hex BB 19 D8 D 58 0 F 123 4F 2F
Octal 273 31 330 15 130 0 17 443 117 57
Binary 10111011 11001 11011000 1101 1011000 0 1111 100100011 1001111 101111

Color Harmonies of #BB19D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB19D8

Black with #BB19D8

Text Example


Text Example

White with #BB19D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB19D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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