Html Css Color HEX #B11178 Medium Violet Red

📋 copy color: '#B11178'

red 177 ◦ green 17 ◦ blue 120

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

Shades of Medium Violet Red #B11178

Tints of Medium Violet Red #B11178

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.41%

 BLUE value IS 120 (47.27% from 255) = 38.22%

R = 56.37%
G = 5.41%
B = 38.22%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.32

 K value IS 0.31

RGB Variations

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

Color information

#B11178 (or 0xB11178) is known color: Medium Violet Red. HEX triplet: B1, 11 and 78. RGB value is (177,17,120). Sum of RGB (Red+Green+Blue) = 177+17+120=314 (41% of max value = 765). Red value is 177 (69.53% from 255 or 56.37% from 314); Green value is 17 (7.03% from 255 or 5.41% from 314); Blue value is 120 (47.27% from 255 or 38.22% from 314); Max value from RGB is 177 - color contains mainly: red. Hex color #B11178 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B11178 is #4EEE87. Grayscale: #4C4C4C. Windows color (decimal): -5172872 or 7868849. OLE color: 7868849.

HSL color Cylindrical-coordinate representation of color #B11178: hue angle of 321.38º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B11178 is Cyan = 0, Magento = 0.90, Yellow = 0.32 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 17 120 -
CMYK 0 0.90 0.32 0.31
HSL 321.38º 0.82% 0.38% -
HSV(B) 321.38º 0.9% 0.69% -
XYZ 21.72 11.1 18.77 -
YUV 76.58 152.51 199.62 -
System Red Green Blue C M Y K H S L
Decimal 177 17 120 0 0.90 0.32 0.31 321.38 0.82 0.38
Hex B1 11 78 0 5A 20 1F 141 52 26
Octal 261 21 170 0 132 40 37 501 122 46
Binary 10110001 10001 1111000 0 1011010 100000 11111 101000001 1010010 100110

Color Harmonies of #B11178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11178

Black with #B11178

Text Example


Text Example

White with #B11178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11178; }

 p { color: rgb(177,17,120); }

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

background-color css

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

 a { background-color: rgb(177,17,120); }

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

border-color css

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

 span { border-color: rgb(177,17,120); }

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