Html Css Color HEX #B50177 Medium Violet Red

📋 copy color: '#B50177'

red 181 ◦ green 1 ◦ blue 119

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

Shades of Medium Violet Red #B50177

Tints of Medium Violet Red #B50177

RGB

 RED value IS 181 (71.09% from 255) = 60.13%

 GREEN value IS 1 (0.78% from 255) = 0.33%

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

R = 60.13%
G = 0.33%
B = 39.53%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.34

 K value IS 0.29

RGB Variations

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

Color information

#B50177 (or 0xB50177) is known color: Medium Violet Red. HEX triplet: B5, 01 and 77. RGB value is (181,1,119). Sum of RGB (Red+Green+Blue) = 181+1+119=301 (39% of max value = 765). Red value is 181 (71.09% from 255 or 60.13% from 301); Green value is 1 (0.78% from 255 or 0.33% from 301); Blue value is 119 (46.88% from 255 or 39.53% from 301); Max value from RGB is 181 - color contains mainly: red. Hex color #B50177 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B50177 is #4AFE88. Grayscale: #434343. Windows color (decimal): -4914825 or 7799221. OLE color: 7799221.

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

Color convert

RGB 181 1 119 -
CMYK 0 0.99 0.34 0.29
HSL 320.67º 0.99% 0.36% -
HSV(B) 320.67º 0.99% 0.71% -
XYZ 22.4 11.18 18.43 -
YUV 68.27 156.63 208.41 -
System Red Green Blue C M Y K H S L
Decimal 181 1 119 0 0.99 0.34 0.29 320.67 0.99 0.36
Hex B5 1 77 0 63 22 1D 141 63 24
Octal 265 1 167 0 143 42 35 501 143 44
Binary 10110101 1 1110111 0 1100011 100010 11101 101000001 1100011 100100

Color Harmonies of #B50177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50177

Black with #B50177

Text Example


Text Example

White with #B50177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50177; }

 p { color: rgb(181,1,119); }

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

background-color css

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

 a { background-color: rgb(181,1,119); }

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

border-color css

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

 span { border-color: rgb(181,1,119); }

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