Html Css Color HEX #BB1997 Medium Violet Red

📋 copy color: '#BB1997'

red 187 ◦ green 25 ◦ blue 151

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

Shades of Medium Violet Red #BB1997

Tints of Medium Violet Red #BB1997

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 41.6%

R = 51.52%
G = 6.89%
B = 41.6%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.19

 K value IS 0.27

RGB Variations

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

Color information

#BB1997 (or 0xBB1997) is known color: Medium Violet Red. HEX triplet: BB, 19 and 97. RGB value is (187,25,151). Sum of RGB (Red+Green+Blue) = 187+25+151=363 (48% of max value = 765). Red value is 187 (73.44% from 255 or 51.52% from 363); Green value is 25 (10.16% from 255 or 6.89% from 363); Blue value is 151 (59.38% from 255 or 41.60% from 363); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1997 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB1997 is #44E668. Grayscale: #575757. Windows color (decimal): -4515433 or 9902523. OLE color: 9902523.

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

Color convert

RGB 187 25 151 -
CMYK 0 0.87 0.19 0.27
HSL 313.33º 0.76% 0.42% -
HSV(B) 313.33º 0.87% 0.73% -
XYZ 26.43 13.49 30.49 -
YUV 87.8 163.67 198.75 -
System Red Green Blue C M Y K H S L
Decimal 187 25 151 0 0.87 0.19 0.27 313.33 0.76 0.42
Hex BB 19 97 0 57 13 1B 139 4C 2A
Octal 273 31 227 0 127 23 33 471 114 52
Binary 10111011 11001 10010111 0 1010111 10011 11011 100111001 1001100 101010

Color Harmonies of #BB1997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1997

Black with #BB1997

Text Example


Text Example

White with #BB1997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1997; }

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

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

background-color css

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

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

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

border-color css

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

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

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