Html Css Color HEX #B5177A Medium Violet Red

📋 copy color: '#B5177A'

red 181 ◦ green 23 ◦ blue 122

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

Shades of Medium Violet Red #B5177A

Tints of Medium Violet Red #B5177A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 37.42%

R = 55.52%
G = 7.06%
B = 37.42%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.33

 K value IS 0.29

RGB Variations

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

Color information

#B5177A (or 0xB5177A) is known color: Medium Violet Red. HEX triplet: B5, 17 and 7A. RGB value is (181,23,122). Sum of RGB (Red+Green+Blue) = 181+23+122=326 (43% of max value = 765). Red value is 181 (71.09% from 255 or 55.52% from 326); Green value is 23 (9.38% from 255 or 7.06% from 326); Blue value is 122 (48.05% from 255 or 37.42% from 326); Max value from RGB is 181 - color contains mainly: red. Hex color #B5177A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B5177A is #4AE885. Grayscale: #515151. Windows color (decimal): -4909190 or 8001461. OLE color: 8001461.

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

Color convert

RGB 181 23 122 -
CMYK 0 0.87 0.33 0.29
HSL 322.41º 0.77% 0.4% -
HSV(B) 322.41º 0.87% 0.71% -
XYZ 22.88 11.84 19.49 -
YUV 81.53 150.85 198.95 -
System Red Green Blue C M Y K H S L
Decimal 181 23 122 0 0.87 0.33 0.29 322.41 0.77 0.4
Hex B5 17 7A 0 57 21 1D 142 4D 28
Octal 265 27 172 0 127 41 35 502 115 50
Binary 10110101 10111 1111010 0 1010111 100001 11101 101000010 1001101 101000

Color Harmonies of #B5177A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5177A

Black with #B5177A

Text Example


Text Example

White with #B5177A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5177A; }

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

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

background-color css

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

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

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

border-color css

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

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

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