Html Css Color HEX #B11995 Medium Violet Red

📋 copy color: '#B11995'

red 177 ◦ green 25 ◦ blue 149

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

Shades of Medium Violet Red #B11995

Tints of Medium Violet Red #B11995

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.12%

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

R = 50.43%
G = 7.12%
B = 42.45%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.16

 K value IS 0.31

RGB Variations

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

Color information

#B11995 (or 0xB11995) is known color: Medium Violet Red. HEX triplet: B1, 19 and 95. RGB value is (177,25,149). Sum of RGB (Red+Green+Blue) = 177+25+149=351 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.43% from 351); Green value is 25 (10.16% from 255 or 7.12% from 351); Blue value is 149 (58.59% from 255 or 42.45% from 351); Max value from RGB is 177 - color contains mainly: red. Hex color #B11995 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B11995 is #4EE66A. Grayscale: #545454. Windows color (decimal): -5170795 or 9771441. OLE color: 9771441.

HSL color Cylindrical-coordinate representation of color #B11995: hue angle of 311.05º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B11995 is Cyan = 0, Magento = 0.86, Yellow = 0.16 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 25 149 -
CMYK 0 0.86 0.16 0.31
HSL 311.05º 0.75% 0.4% -
HSV(B) 311.05º 0.86% 0.69% -
XYZ 23.9 12.21 29.53 -
YUV 84.58 164.36 193.92 -
System Red Green Blue C M Y K H S L
Decimal 177 25 149 0 0.86 0.16 0.31 311.05 0.75 0.4
Hex B1 19 95 0 56 10 1F 137 4B 28
Octal 261 31 225 0 126 20 37 467 113 50
Binary 10110001 11001 10010101 0 1010110 10000 11111 100110111 1001011 101000

Color Harmonies of #B11995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11995

Black with #B11995

Text Example


Text Example

White with #B11995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11995; }

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

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

background-color css

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

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

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

border-color css

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

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

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