Html Css Color HEX #BB19A8 Medium Violet Red

📋 copy color: '#BB19A8'

red 187 ◦ green 25 ◦ blue 168

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

Shades of Medium Violet Red #BB19A8

Tints of Medium Violet Red #BB19A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 44.21%

R = 49.21%
G = 6.58%
B = 44.21%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.10

 K value IS 0.27

RGB Variations

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

Color information

#BB19A8 (or 0xBB19A8) is known color: Medium Violet Red. HEX triplet: BB, 19 and A8. RGB value is (187,25,168). Sum of RGB (Red+Green+Blue) = 187+25+168=380 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.21% from 380); Green value is 25 (10.16% from 255 or 6.58% from 380); Blue value is 168 (66.02% from 255 or 44.21% from 380); Max value from RGB is 187 - color contains mainly: red. Hex color #BB19A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB19A8 is #44E657. Grayscale: #595959. Windows color (decimal): -4515416 or 11016635. OLE color: 11016635.

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

Color convert

RGB 187 25 168 -
CMYK 0 0.87 0.10 0.27
HSL 307.04º 0.76% 0.42% -
HSV(B) 307.04º 0.87% 0.73% -
XYZ 27.91 14.09 38.29 -
YUV 89.74 172.17 197.37 -
System Red Green Blue C M Y K H S L
Decimal 187 25 168 0 0.87 0.10 0.27 307.04 0.76 0.42
Hex BB 19 A8 0 57 A 1B 133 4C 2A
Octal 273 31 250 0 127 12 33 463 114 52
Binary 10111011 11001 10101000 0 1010111 1010 11011 100110011 1001100 101010

Color Harmonies of #BB19A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB19A8

Black with #BB19A8

Text Example


Text Example

White with #BB19A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB19A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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