Html Css Color HEX #B50477 Medium Violet Red

📋 copy color: '#B50477'

red 181 ◦ green 4 ◦ blue 119

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

Shades of Medium Violet Red #B50477

Tints of Medium Violet Red #B50477

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.32%

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

R = 59.54%
G = 1.32%
B = 39.14%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.34

 K value IS 0.29

RGB Variations

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

Color information

#B50477 (or 0xB50477) is known color: Medium Violet Red. HEX triplet: B5, 04 and 77. RGB value is (181,4,119). Sum of RGB (Red+Green+Blue) = 181+4+119=304 (40% of max value = 765). Red value is 181 (71.09% from 255 or 59.54% from 304); Green value is 4 (1.95% from 255 or 1.32% from 304); Blue value is 119 (46.88% from 255 or 39.14% from 304); Max value from RGB is 181 - color contains mainly: red. Hex color #B50477 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B50477 is #4AFB88. Grayscale: #454545. Windows color (decimal): -4914057 or 7799989. OLE color: 7799989.

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

Color convert

RGB 181 4 119 -
CMYK 0 0.98 0.34 0.29
HSL 321.02º 0.96% 0.36% -
HSV(B) 321.02º 0.98% 0.71% -
XYZ 22.43 11.24 18.44 -
YUV 70.03 155.64 207.15 -
System Red Green Blue C M Y K H S L
Decimal 181 4 119 0 0.98 0.34 0.29 321.02 0.96 0.36
Hex B5 4 77 0 62 22 1D 141 60 24
Octal 265 4 167 0 142 42 35 501 140 44
Binary 10110101 100 1110111 0 1100010 100010 11101 101000001 1100000 100100

Color Harmonies of #B50477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50477

Black with #B50477

Text Example


Text Example

White with #B50477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50477; }

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

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

background-color css

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

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

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

border-color css

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

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

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