Html Css Color HEX #B517A8 Medium Violet Red

📋 copy color: '#B517A8'

red 181 ◦ green 23 ◦ blue 168

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

Shades of Medium Violet Red #B517A8

Tints of Medium Violet Red #B517A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 45.16%

R = 48.66%
G = 6.18%
B = 45.16%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.07

 K value IS 0.29

RGB Variations

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

Color information

#B517A8 (or 0xB517A8) is known color: Medium Violet Red. HEX triplet: B5, 17 and A8. RGB value is (181,23,168). Sum of RGB (Red+Green+Blue) = 181+23+168=372 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.66% from 372); Green value is 23 (9.38% from 255 or 6.18% from 372); Blue value is 168 (66.02% from 255 or 45.16% from 372); Max value from RGB is 181 - color contains mainly: red. Hex color #B517A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B517A8 is #4AE857. Grayscale: #565656. Windows color (decimal): -4909144 or 11016117. OLE color: 11016117.

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

Color convert

RGB 181 23 168 -
CMYK 0 0.87 0.07 0.29
HSL 304.94º 0.77% 0.4% -
HSV(B) 304.94º 0.87% 0.71% -
XYZ 26.43 13.26 38.21 -
YUV 86.77 173.85 195.21 -
System Red Green Blue C M Y K H S L
Decimal 181 23 168 0 0.87 0.07 0.29 304.94 0.77 0.4
Hex B5 17 A8 0 57 7 1D 131 4D 28
Octal 265 27 250 0 127 7 35 461 115 50
Binary 10110101 10111 10101000 0 1010111 111 11101 100110001 1001101 101000

Color Harmonies of #B517A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B517A8

Black with #B517A8

Text Example


Text Example

White with #B517A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B517A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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