Html Css Color HEX #B5177F Medium Violet Red

📋 copy color: '#B5177F'

red 181 ◦ green 23 ◦ blue 127

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

Shades of Medium Violet Red #B5177F

Tints of Medium Violet Red #B5177F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 38.37%

R = 54.68%
G = 6.95%
B = 38.37%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.30

 K value IS 0.29

RGB Variations

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

Color information

#B5177F (or 0xB5177F) is known color: Medium Violet Red. HEX triplet: B5, 17 and 7F. RGB value is (181,23,127). Sum of RGB (Red+Green+Blue) = 181+23+127=331 (43% of max value = 765). Red value is 181 (71.09% from 255 or 54.68% from 331); Green value is 23 (9.38% from 255 or 6.95% from 331); Blue value is 127 (50% from 255 or 38.37% from 331); Max value from RGB is 181 - color contains mainly: red. Hex color #B5177F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B5177F is #4AE880. Grayscale: #515151. Windows color (decimal): -4909185 or 8329141. OLE color: 8329141.

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

Color convert

RGB 181 23 127 -
CMYK 0 0.87 0.30 0.29
HSL 320.51º 0.77% 0.4% -
HSV(B) 320.51º 0.87% 0.71% -
XYZ 23.19 11.97 21.17 -
YUV 82.1 153.35 198.54 -
System Red Green Blue C M Y K H S L
Decimal 181 23 127 0 0.87 0.30 0.29 320.51 0.77 0.4
Hex B5 17 7F 0 57 1E 1D 141 4D 28
Octal 265 27 177 0 127 36 35 501 115 50
Binary 10110101 10111 1111111 0 1010111 11110 11101 101000001 1001101 101000

Color Harmonies of #B5177F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5177F

Black with #B5177F

Text Example


Text Example

White with #B5177F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5177F; }

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

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

background-color css

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

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

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

border-color css

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

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

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