Html Css Color HEX #B11476 Medium Violet Red

📋 copy color: '#B11476'

red 177 ◦ green 20 ◦ blue 118

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

Shades of Medium Violet Red #B11476

Tints of Medium Violet Red #B11476

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.35%

 BLUE value IS 118 (46.48% from 255) = 37.46%

R = 56.19%
G = 6.35%
B = 37.46%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.33

 K value IS 0.31

RGB Variations

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

Color information

#B11476 (or 0xB11476) is known color: Medium Violet Red. HEX triplet: B1, 14 and 76. RGB value is (177,20,118). Sum of RGB (Red+Green+Blue) = 177+20+118=315 (41% of max value = 765). Red value is 177 (69.53% from 255 or 56.19% from 315); Green value is 20 (8.20% from 255 or 6.35% from 315); Blue value is 118 (46.48% from 255 or 37.46% from 315); Max value from RGB is 177 - color contains mainly: red. Hex color #B11476 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B11476 is #4EEB89. Grayscale: #4D4D4D. Windows color (decimal): -5172106 or 7738545. OLE color: 7738545.

HSL color Cylindrical-coordinate representation of color #B11476: hue angle of 322.55º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B11476 is Cyan = 0, Magento = 0.89, Yellow = 0.33 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 20 118 -
CMYK 0 0.89 0.33 0.31
HSL 322.55º 0.8% 0.39% -
HSV(B) 322.55º 0.89% 0.69% -
XYZ 21.65 11.16 18.15 -
YUV 78.12 150.51 198.53 -
System Red Green Blue C M Y K H S L
Decimal 177 20 118 0 0.89 0.33 0.31 322.55 0.8 0.39
Hex B1 14 76 0 59 21 1F 143 50 27
Octal 261 24 166 0 131 41 37 503 120 47
Binary 10110001 10100 1110110 0 1011001 100001 11111 101000011 1010000 100111

Color Harmonies of #B11476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11476

Black with #B11476

Text Example


Text Example

White with #B11476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11476; }

 p { color: rgb(177,20,118); }

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

background-color css

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

 a { background-color: rgb(177,20,118); }

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

border-color css

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

 span { border-color: rgb(177,20,118); }

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