Html Css Color HEX #B11595 Medium Violet Red

📋 copy color: '#B11595'

red 177 ◦ green 21 ◦ blue 149

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

Shades of Medium Violet Red #B11595

Tints of Medium Violet Red #B11595

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 42.94%

R = 51.01%
G = 6.05%
B = 42.94%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.16

 K value IS 0.31

RGB Variations

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

Color information

#B11595 (or 0xB11595) is known color: Medium Violet Red. HEX triplet: B1, 15 and 95. RGB value is (177,21,149). Sum of RGB (Red+Green+Blue) = 177+21+149=347 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.01% from 347); Green value is 21 (8.59% from 255 or 6.05% from 347); Blue value is 149 (58.59% from 255 or 42.94% from 347); Max value from RGB is 177 - color contains mainly: red. Hex color #B11595 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B11595 is #4EEA6A. Grayscale: #515151. Windows color (decimal): -5171819 or 9770417. OLE color: 9770417.

HSL color Cylindrical-coordinate representation of color #B11595: hue angle of 310.77º 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 #B11595 is Cyan = 0, Magento = 0.88, Yellow = 0.16 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 21 149 -
CMYK 0 0.88 0.16 0.31
HSL 310.77º 0.79% 0.39% -
HSV(B) 310.77º 0.88% 0.69% -
XYZ 23.82 12.05 29.5 -
YUV 82.24 165.68 195.59 -
System Red Green Blue C M Y K H S L
Decimal 177 21 149 0 0.88 0.16 0.31 310.77 0.79 0.39
Hex B1 15 95 0 58 10 1F 137 4F 27
Octal 261 25 225 0 130 20 37 467 117 47
Binary 10110001 10101 10010101 0 1011000 10000 11111 100110111 1001111 100111

Color Harmonies of #B11595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11595

Black with #B11595

Text Example


Text Example

White with #B11595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11595; }

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

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

background-color css

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

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

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

border-color css

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

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

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