Html Css Color HEX #B5177C Medium Violet Red

📋 copy color: '#B5177C'

red 181 ◦ green 23 ◦ blue 124

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

Shades of Medium Violet Red #B5177C

Tints of Medium Violet Red #B5177C

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.01%

 BLUE value IS 124 (48.83% from 255) = 37.8%

R = 55.18%
G = 7.01%
B = 37.8%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.31

 K value IS 0.29

RGB Variations

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

Color information

#B5177C (or 0xB5177C) is known color: Medium Violet Red. HEX triplet: B5, 17 and 7C. RGB value is (181,23,124). Sum of RGB (Red+Green+Blue) = 181+23+124=328 (43% of max value = 765). Red value is 181 (71.09% from 255 or 55.18% from 328); Green value is 23 (9.38% from 255 or 7.01% from 328); Blue value is 124 (48.83% from 255 or 37.80% from 328); Max value from RGB is 181 - color contains mainly: red. Hex color #B5177C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B5177C is #4AE883. Grayscale: #515151. Windows color (decimal): -4909188 or 8132533. OLE color: 8132533.

HSL color Cylindrical-coordinate representation of color #B5177C: hue angle of 321.65º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B5177C is Cyan = 0, Magento = 0.87, Yellow = 0.31 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 23 124 -
CMYK 0 0.87 0.31 0.29
HSL 321.65º 0.77% 0.4% -
HSV(B) 321.65º 0.87% 0.71% -
XYZ 23 11.89 20.15 -
YUV 81.76 151.85 198.79 -
System Red Green Blue C M Y K H S L
Decimal 181 23 124 0 0.87 0.31 0.29 321.65 0.77 0.4
Hex B5 17 7C 0 57 1F 1D 142 4D 28
Octal 265 27 174 0 127 37 35 502 115 50
Binary 10110101 10111 1111100 0 1010111 11111 11101 101000010 1001101 101000

Color Harmonies of #B5177C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5177C

Black with #B5177C

Text Example


Text Example

White with #B5177C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5177C; }

 p { color: rgb(181,23,124); }

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

background-color css

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

 a { background-color: rgb(181,23,124); }

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

border-color css

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

 span { border-color: rgb(181,23,124); }

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