Html Css Color HEX #BB0797 Medium Violet Red

📋 copy color: '#BB0797'

red 187 ◦ green 7 ◦ blue 151

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

Shades of Medium Violet Red #BB0797

Tints of Medium Violet Red #BB0797

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.03%

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

R = 54.2%
G = 2.03%
B = 43.77%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.19

 K value IS 0.27

RGB Variations

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

Color information

#BB0797 (or 0xBB0797) is known color: Medium Violet Red. HEX triplet: BB, 07 and 97. RGB value is (187,7,151). Sum of RGB (Red+Green+Blue) = 187+7+151=345 (45% of max value = 765). Red value is 187 (73.44% from 255 or 54.20% from 345); Green value is 7 (3.12% from 255 or 2.03% from 345); Blue value is 151 (59.38% from 255 or 43.77% from 345); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0797 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB0797 is #44F868. Grayscale: #4C4C4C. Windows color (decimal): -4520041 or 9897915. OLE color: 9897915.

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

Color convert

RGB 187 7 151 -
CMYK 0 0.96 0.19 0.27
HSL 312º 0.93% 0.38% -
HSV(B) 312º 0.96% 0.73% -
XYZ 26.16 12.95 30.4 -
YUV 77.24 169.63 206.29 -
System Red Green Blue C M Y K H S L
Decimal 187 7 151 0 0.96 0.19 0.27 312 0.93 0.38
Hex BB 7 97 0 60 13 1B 138 5D 26
Octal 273 7 227 0 140 23 33 470 135 46
Binary 10111011 111 10010111 0 1100000 10011 11011 100111000 1011101 100110

Color Harmonies of #BB0797

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0797

Black with #BB0797

Text Example


Text Example

White with #BB0797

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0797; }

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

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

background-color css

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

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

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

border-color css

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

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

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