Html Css Color HEX #BB19B5 Deep Magenta

📋 copy color: '#BB19B5'

red 187 ◦ green 25 ◦ blue 181

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

Shades of Deep Magenta #BB19B5

Tints of Deep Magenta #BB19B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 46.06%

R = 47.58%
G = 6.36%
B = 46.06%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.03

 K value IS 0.27

RGB Variations

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

Color information

#BB19B5 (or 0xBB19B5) is known color: Deep Magenta. HEX triplet: BB, 19 and B5. RGB value is (187,25,181). Sum of RGB (Red+Green+Blue) = 187+25+181=393 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.58% from 393); Green value is 25 (10.16% from 255 or 6.36% from 393); Blue value is 181 (71.09% from 255 or 46.06% from 393); Max value from RGB is 187 - color contains mainly: red. Hex color #BB19B5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB19B5 is #44E64A. Grayscale: #5A5A5A. Windows color (decimal): -4515403 or 11868603. OLE color: 11868603.

HSL color Cylindrical-coordinate representation of color #BB19B5: hue angle of 302.22º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BB19B5 is Cyan = 0, Magento = 0.87, Yellow = 0.03 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 25 181 -
CMYK 0 0.87 0.03 0.27
HSL 302.22º 0.76% 0.42% -
HSV(B) 302.22º 0.87% 0.73% -
XYZ 29.18 14.6 45 -
YUV 91.22 178.67 196.32 -
System Red Green Blue C M Y K H S L
Decimal 187 25 181 0 0.87 0.03 0.27 302.22 0.76 0.42
Hex BB 19 B5 0 57 3 1B 12E 4C 2A
Octal 273 31 265 0 127 3 33 456 114 52
Binary 10111011 11001 10110101 0 1010111 11 11011 100101110 1001100 101010

Color Harmonies of #BB19B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB19B5

Black with #BB19B5

Text Example


Text Example

White with #BB19B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB19B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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