Html Css Color HEX #BB19BA Deep Magenta

📋 copy color: '#BB19BA'

red 187 ◦ green 25 ◦ blue 186

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

Shades of Deep Magenta #BB19BA

Tints of Deep Magenta #BB19BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 46.73%

R = 46.98%
G = 6.28%
B = 46.73%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.01

 K value IS 0.27

RGB Variations

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

Color information

#BB19BA (or 0xBB19BA) is known color: Deep Magenta. HEX triplet: BB, 19 and BA. RGB value is (187,25,186). Sum of RGB (Red+Green+Blue) = 187+25+186=398 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.98% from 398); Green value is 25 (10.16% from 255 or 6.28% from 398); Blue value is 186 (73.05% from 255 or 46.73% from 398); Max value from RGB is 187 - color contains mainly: red. Hex color #BB19BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB19BA is #44E645. Grayscale: #5B5B5B. Windows color (decimal): -4515398 or 12196283. OLE color: 12196283.

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

Color convert

RGB 187 25 186 -
CMYK 0 0.87 0.01 0.27
HSL 300.37º 0.76% 0.42% -
HSV(B) 300.37º 0.87% 0.73% -
XYZ 29.7 14.81 47.75 -
YUV 91.79 181.17 195.91 -
System Red Green Blue C M Y K H S L
Decimal 187 25 186 0 0.87 0.01 0.27 300.37 0.76 0.42
Hex BB 19 BA 0 57 1 1B 12C 4C 2A
Octal 273 31 272 0 127 1 33 454 114 52
Binary 10111011 11001 10111010 0 1010111 1 11011 100101100 1001100 101010

Color Harmonies of #BB19BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB19BA

Black with #BB19BA

Text Example


Text Example

White with #BB19BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB19BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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