Html Css Color HEX #BB196D Medium Violet Red

📋 copy color: '#BB196D'

red 187 ◦ green 25 ◦ blue 109

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

Shades of Medium Violet Red #BB196D

Tints of Medium Violet Red #BB196D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 33.96%

R = 58.26%
G = 7.79%
B = 33.96%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.42

 K value IS 0.27

RGB Variations

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

Color information

#BB196D (or 0xBB196D) is known color: Medium Violet Red. HEX triplet: BB, 19 and 6D. RGB value is (187,25,109). Sum of RGB (Red+Green+Blue) = 187+25+109=321 (42% of max value = 765). Red value is 187 (73.44% from 255 or 58.26% from 321); Green value is 25 (10.16% from 255 or 7.79% from 321); Blue value is 109 (42.97% from 255 or 33.96% from 321); Max value from RGB is 187 - color contains mainly: red. Hex color #BB196D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB196D is #44E692. Grayscale: #525252. Windows color (decimal): -4515475 or 7150011. OLE color: 7150011.

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

Color convert

RGB 187 25 109 -
CMYK 0 0.87 0.42 0.27
HSL 328.89º 0.76% 0.42% -
HSV(B) 328.89º 0.87% 0.73% -
XYZ 23.6 12.36 15.61 -
YUV 83.01 142.67 202.17 -
System Red Green Blue C M Y K H S L
Decimal 187 25 109 0 0.87 0.42 0.27 328.89 0.76 0.42
Hex BB 19 6D 0 57 2A 1B 149 4C 2A
Octal 273 31 155 0 127 52 33 511 114 52
Binary 10111011 11001 1101101 0 1010111 101010 11011 101001001 1001100 101010

Color Harmonies of #BB196D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB196D

Black with #BB196D

Text Example


Text Example

White with #BB196D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB196D; }

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

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

background-color css

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

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

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

border-color css

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

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

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