Html Css Color HEX #B11597 Medium Violet Red

📋 copy color: '#B11597'

red 177 ◦ green 21 ◦ blue 151

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

Shades of Medium Violet Red #B11597

Tints of Medium Violet Red #B11597

RGB

 RED value IS 177 (69.53% from 255) = 50.72%

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

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

R = 50.72%
G = 6.02%
B = 43.27%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.15

 K value IS 0.31

RGB Variations

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

Color information

#B11597 (or 0xB11597) is known color: Medium Violet Red. HEX triplet: B1, 15 and 97. RGB value is (177,21,151). Sum of RGB (Red+Green+Blue) = 177+21+151=349 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.72% from 349); Green value is 21 (8.59% from 255 or 6.02% from 349); Blue value is 151 (59.38% from 255 or 43.27% from 349); Max value from RGB is 177 - color contains mainly: red. Hex color #B11597 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B11597 is #4EEA68. Grayscale: #525252. Windows color (decimal): -5171817 or 9901489. OLE color: 9901489.

HSL color Cylindrical-coordinate representation of color #B11597: hue angle of 310º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B11597 is Cyan = 0, Magento = 0.88, Yellow = 0.15 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 21 151 -
CMYK 0 0.88 0.15 0.31
HSL 310º 0.79% 0.39% -
HSV(B) 310º 0.88% 0.69% -
XYZ 23.99 12.12 30.35 -
YUV 82.46 166.68 195.43 -
System Red Green Blue C M Y K H S L
Decimal 177 21 151 0 0.88 0.15 0.31 310 0.79 0.39
Hex B1 15 97 0 58 F 1F 136 4F 27
Octal 261 25 227 0 130 17 37 466 117 47
Binary 10110001 10101 10010111 0 1011000 1111 11111 100110110 1001111 100111

Color Harmonies of #B11597

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11597

Black with #B11597

Text Example


Text Example

White with #B11597

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11597; }

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

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

background-color css

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

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

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

border-color css

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

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

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