Html Css Color HEX #B51477 Medium Violet Red

📋 copy color: '#B51477'

red 181 ◦ green 20 ◦ blue 119

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

Shades of Medium Violet Red #B51477

Tints of Medium Violet Red #B51477

RGB

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

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

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

R = 56.56%
G = 6.25%
B = 37.19%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.34

 K value IS 0.29

RGB Variations

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

Color information

#B51477 (or 0xB51477) is known color: Medium Violet Red. HEX triplet: B5, 14 and 77. RGB value is (181,20,119). Sum of RGB (Red+Green+Blue) = 181+20+119=320 (42% of max value = 765). Red value is 181 (71.09% from 255 or 56.56% from 320); Green value is 20 (8.20% from 255 or 6.25% from 320); Blue value is 119 (46.88% from 255 or 37.19% from 320); Max value from RGB is 181 - color contains mainly: red. Hex color #B51477 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B51477 is #4AEB88. Grayscale: #4F4F4F. Windows color (decimal): -4909961 or 7804085. OLE color: 7804085.

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

Color convert

RGB 181 20 119 -
CMYK 0 0.89 0.34 0.29
HSL 323.11º 0.8% 0.39% -
HSV(B) 323.11º 0.89% 0.71% -
XYZ 22.64 11.66 18.51 -
YUV 79.43 150.34 200.45 -
System Red Green Blue C M Y K H S L
Decimal 181 20 119 0 0.89 0.34 0.29 323.11 0.8 0.39
Hex B5 14 77 0 59 22 1D 143 50 27
Octal 265 24 167 0 131 42 35 503 120 47
Binary 10110101 10100 1110111 0 1011001 100010 11101 101000011 1010000 100111

Color Harmonies of #B51477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B51477

Black with #B51477

Text Example


Text Example

White with #B51477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B51477; }

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

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

background-color css

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

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

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

border-color css

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

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

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