Html Css Color HEX #B41177 Medium Violet Red

📋 copy color: '#B41177'

red 180 ◦ green 17 ◦ blue 119

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

Shades of Medium Violet Red #B41177

Tints of Medium Violet Red #B41177

RGB

 RED value IS 180 (70.7% from 255) = 56.96%

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

 BLUE value IS 119 (46.88% from 255) = 37.66%

R = 56.96%
G = 5.38%
B = 37.66%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.34

 K value IS 0.29

RGB Variations

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

Color information

#B41177 (or 0xB41177) is known color: Medium Violet Red. HEX triplet: B4, 11 and 77. RGB value is (180,17,119). Sum of RGB (Red+Green+Blue) = 180+17+119=316 (41% of max value = 765). Red value is 180 (70.70% from 255 or 56.96% from 316); Green value is 17 (7.03% from 255 or 5.38% from 316); Blue value is 119 (46.88% from 255 or 37.66% from 316); Max value from RGB is 180 - color contains mainly: red. Hex color #B41177 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B41177 is #4BEE88. Grayscale: #4D4D4D. Windows color (decimal): -4976265 or 7803316. OLE color: 7803316.

HSL color Cylindrical-coordinate representation of color #B41177: hue angle of 322.45º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B41177 is Cyan = 0, Magento = 0.91, Yellow = 0.34 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 17 119 -
CMYK 0 0.91 0.34 0.29
HSL 322.45º 0.83% 0.39% -
HSV(B) 322.45º 0.91% 0.71% -
XYZ 22.35 11.44 18.48 -
YUV 77.37 151.5 201.21 -
System Red Green Blue C M Y K H S L
Decimal 180 17 119 0 0.91 0.34 0.29 322.45 0.83 0.39
Hex B4 11 77 0 5B 22 1D 142 53 27
Octal 264 21 167 0 133 42 35 502 123 47
Binary 10110100 10001 1110111 0 1011011 100010 11101 101000010 1010011 100111

Color Harmonies of #B41177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41177

Black with #B41177

Text Example


Text Example

White with #B41177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41177; }

 p { color: rgb(180,17,119); }

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

background-color css

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

 a { background-color: rgb(180,17,119); }

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

border-color css

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

 span { border-color: rgb(180,17,119); }

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