Html Css Color HEX #B11696 Medium Violet Red

📋 copy color: '#B11696'

red 177 ◦ green 22 ◦ blue 150

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

Shades of Medium Violet Red #B11696

Tints of Medium Violet Red #B11696

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.3%

 BLUE value IS 150 (58.98% from 255) = 42.98%

R = 50.72%
G = 6.3%
B = 42.98%

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

#B11696 (or 0xB11696) is known color: Medium Violet Red. HEX triplet: B1, 16 and 96. RGB value is (177,22,150). Sum of RGB (Red+Green+Blue) = 177+22+150=349 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.72% from 349); Green value is 22 (8.98% from 255 or 6.30% from 349); Blue value is 150 (58.98% from 255 or 42.98% from 349); Max value from RGB is 177 - color contains mainly: red. Hex color #B11696 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B11696 is #4EE969. Grayscale: #525252. Windows color (decimal): -5171562 or 9836209. OLE color: 9836209.

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

Color convert

RGB 177 22 150 -
CMYK 0 0.88 0.15 0.31
HSL 310.45º 0.78% 0.39% -
HSV(B) 310.45º 0.88% 0.69% -
XYZ 23.92 12.12 29.93 -
YUV 82.94 165.85 195.09 -
System Red Green Blue C M Y K H S L
Decimal 177 22 150 0 0.88 0.15 0.31 310.45 0.78 0.39
Hex B1 16 96 0 58 F 1F 136 4E 27
Octal 261 26 226 0 130 17 37 466 116 47
Binary 10110001 10110 10010110 0 1011000 1111 11111 100110110 1001110 100111

Color Harmonies of #B11696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11696

Black with #B11696

Text Example


Text Example

White with #B11696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11696; }

 p { color: rgb(177,22,150); }

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

background-color css

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

 a { background-color: rgb(177,22,150); }

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

border-color css

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

 span { border-color: rgb(177,22,150); }

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