Html Css Color HEX #B61177 Medium Violet Red

📋 copy color: '#B61177'

red 182 ◦ green 17 ◦ blue 119

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

Shades of Medium Violet Red #B61177

Tints of Medium Violet Red #B61177

RGB

 RED value IS 182 (71.48% from 255) = 57.23%

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

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

R = 57.23%
G = 5.35%
B = 37.42%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.35

 K value IS 0.29

RGB Variations

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

Color information

#B61177 (or 0xB61177) is known color: Medium Violet Red. HEX triplet: B6, 11 and 77. RGB value is (182,17,119). Sum of RGB (Red+Green+Blue) = 182+17+119=318 (42% of max value = 765). Red value is 182 (71.48% from 255 or 57.23% from 318); Green value is 17 (7.03% from 255 or 5.35% from 318); Blue value is 119 (46.88% from 255 or 37.42% from 318); Max value from RGB is 182 - color contains mainly: red. Hex color #B61177 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B61177 is #49EE88. Grayscale: #4D4D4D. Windows color (decimal): -4845193 or 7803318. OLE color: 7803318.

HSL color Cylindrical-coordinate representation of color #B61177: hue angle of 322.91º 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 #B61177 is Cyan = 0, Magento = 0.91, Yellow = 0.35 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 17 119 -
CMYK 0 0.91 0.35 0.29
HSL 322.91º 0.83% 0.39% -
HSV(B) 322.91º 0.91% 0.71% -
XYZ 22.82 11.68 18.5 -
YUV 77.96 151.16 202.21 -
System Red Green Blue C M Y K H S L
Decimal 182 17 119 0 0.91 0.35 0.29 322.91 0.83 0.39
Hex B6 11 77 0 5B 23 1D 143 53 27
Octal 266 21 167 0 133 43 35 503 123 47
Binary 10110110 10001 1110111 0 1011011 100011 11101 101000011 1010011 100111

Color Harmonies of #B61177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B61177

Black with #B61177

Text Example


Text Example

White with #B61177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B61177; }

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

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

background-color css

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

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

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

border-color css

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

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

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