Html Css Color HEX #BB1597 Medium Violet Red

📋 copy color: '#BB1597'

red 187 ◦ green 21 ◦ blue 151

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

Shades of Medium Violet Red #BB1597

Tints of Medium Violet Red #BB1597

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.85%

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

R = 52.09%
G = 5.85%
B = 42.06%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.19

 K value IS 0.27

RGB Variations

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

Color information

#BB1597 (or 0xBB1597) is known color: Medium Violet Red. HEX triplet: BB, 15 and 97. RGB value is (187,21,151). Sum of RGB (Red+Green+Blue) = 187+21+151=359 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.09% from 359); Green value is 21 (8.59% from 255 or 5.85% from 359); Blue value is 151 (59.38% from 255 or 42.06% from 359); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1597 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB1597 is #44EA68. Grayscale: #555555. Windows color (decimal): -4516457 or 9901499. OLE color: 9901499.

HSL color Cylindrical-coordinate representation of color #BB1597: hue angle of 313.01º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BB1597 is Cyan = 0, Magento = 0.89, Yellow = 0.19 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 21 151 -
CMYK 0 0.89 0.19 0.27
HSL 313.01º 0.8% 0.41% -
HSV(B) 313.01º 0.89% 0.73% -
XYZ 26.35 13.34 30.46 -
YUV 85.45 165 200.43 -
System Red Green Blue C M Y K H S L
Decimal 187 21 151 0 0.89 0.19 0.27 313.01 0.8 0.41
Hex BB 15 97 0 59 13 1B 139 50 29
Octal 273 25 227 0 131 23 33 471 120 51
Binary 10111011 10101 10010111 0 1011001 10011 11011 100111001 1010000 101001

Color Harmonies of #BB1597

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1597

Black with #BB1597

Text Example


Text Example

White with #BB1597

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1597; }

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

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

background-color css

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

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

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

border-color css

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

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

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