Html Css Color HEX #B5117C Medium Violet Red

📋 copy color: '#B5117C'

red 181 ◦ green 17 ◦ blue 124

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

Shades of Medium Violet Red #B5117C

Tints of Medium Violet Red #B5117C

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.28%

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

R = 56.21%
G = 5.28%
B = 38.51%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.31

 K value IS 0.29

RGB Variations

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

Color information

#B5117C (or 0xB5117C) is known color: Medium Violet Red. HEX triplet: B5, 11 and 7C. RGB value is (181,17,124). Sum of RGB (Red+Green+Blue) = 181+17+124=322 (42% of max value = 765). Red value is 181 (71.09% from 255 or 56.21% from 322); Green value is 17 (7.03% from 255 or 5.28% from 322); Blue value is 124 (48.83% from 255 or 38.51% from 322); Max value from RGB is 181 - color contains mainly: red. Hex color #B5117C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B5117C is #4AEE83. Grayscale: #4D4D4D. Windows color (decimal): -4910724 or 8130997. OLE color: 8130997.

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

Color convert

RGB 181 17 124 -
CMYK 0 0.91 0.31 0.29
HSL 320.85º 0.83% 0.39% -
HSV(B) 320.85º 0.91% 0.71% -
XYZ 22.89 11.68 20.12 -
YUV 78.23 153.83 201.3 -
System Red Green Blue C M Y K H S L
Decimal 181 17 124 0 0.91 0.31 0.29 320.85 0.83 0.39
Hex B5 11 7C 0 5B 1F 1D 141 53 27
Octal 265 21 174 0 133 37 35 501 123 47
Binary 10110101 10001 1111100 0 1011011 11111 11101 101000001 1010011 100111

Color Harmonies of #B5117C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5117C

Black with #B5117C

Text Example


Text Example

White with #B5117C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5117C; }

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

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

background-color css

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

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

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

border-color css

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

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

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