Html Css Color HEX #B11095 Medium Violet Red

📋 copy color: '#B11095'

red 177 ◦ green 16 ◦ blue 149

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

Shades of Medium Violet Red #B11095

Tints of Medium Violet Red #B11095

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.68%

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

R = 51.75%
G = 4.68%
B = 43.57%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.16

 K value IS 0.31

RGB Variations

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

Color information

#B11095 (or 0xB11095) is known color: Medium Violet Red. HEX triplet: B1, 10 and 95. RGB value is (177,16,149). Sum of RGB (Red+Green+Blue) = 177+16+149=342 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.75% from 342); Green value is 16 (6.64% from 255 or 4.68% from 342); Blue value is 149 (58.59% from 255 or 43.57% from 342); Max value from RGB is 177 - color contains mainly: red. Hex color #B11095 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B11095 is #4EEF6A. Grayscale: #4E4E4E. Windows color (decimal): -5173099 or 9769137. OLE color: 9769137.

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

Color convert

RGB 177 16 149 -
CMYK 0 0.91 0.16 0.31
HSL 310.43º 0.83% 0.38% -
HSV(B) 310.43º 0.91% 0.69% -
XYZ 23.74 11.89 29.48 -
YUV 79.3 167.34 197.69 -
System Red Green Blue C M Y K H S L
Decimal 177 16 149 0 0.91 0.16 0.31 310.43 0.83 0.38
Hex B1 10 95 0 5B 10 1F 136 53 26
Octal 261 20 225 0 133 20 37 466 123 46
Binary 10110001 10000 10010101 0 1011011 10000 11111 100110110 1010011 100110

Color Harmonies of #B11095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11095

Black with #B11095

Text Example


Text Example

White with #B11095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11095; }

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

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

background-color css

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

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

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

border-color css

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

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

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