Html Css Color HEX #BB1797 Medium Violet Red

📋 copy color: '#BB1797'

red 187 ◦ green 23 ◦ blue 151

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

Shades of Medium Violet Red #BB1797

Tints of Medium Violet Red #BB1797

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.37%

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

R = 51.8%
G = 6.37%
B = 41.83%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.19

 K value IS 0.27

RGB Variations

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

Color information

#BB1797 (or 0xBB1797) is known color: Medium Violet Red. HEX triplet: BB, 17 and 97. RGB value is (187,23,151). Sum of RGB (Red+Green+Blue) = 187+23+151=361 (47% of max value = 765). Red value is 187 (73.44% from 255 or 51.80% from 361); Green value is 23 (9.38% from 255 or 6.37% from 361); Blue value is 151 (59.38% from 255 or 41.83% from 361); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1797 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB1797 is #44E868. Grayscale: #565656. Windows color (decimal): -4515945 or 9902011. OLE color: 9902011.

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

Color convert

RGB 187 23 151 -
CMYK 0 0.88 0.19 0.27
HSL 313.17º 0.78% 0.41% -
HSV(B) 313.17º 0.88% 0.73% -
XYZ 26.39 13.41 30.48 -
YUV 86.63 164.33 199.59 -
System Red Green Blue C M Y K H S L
Decimal 187 23 151 0 0.88 0.19 0.27 313.17 0.78 0.41
Hex BB 17 97 0 58 13 1B 139 4E 29
Octal 273 27 227 0 130 23 33 471 116 51
Binary 10111011 10111 10010111 0 1011000 10011 11011 100111001 1001110 101001

Color Harmonies of #BB1797

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1797

Black with #BB1797

Text Example


Text Example

White with #BB1797

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1797; }

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

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

background-color css

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

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

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

border-color css

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

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

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