Html Css Color HEX #B515A8 Medium Violet Red

📋 copy color: '#B515A8'

red 181 ◦ green 21 ◦ blue 168

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

Shades of Medium Violet Red #B515A8

Tints of Medium Violet Red #B515A8

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.68%

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

R = 48.92%
G = 5.68%
B = 45.41%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.07

 K value IS 0.29

RGB Variations

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

Color information

#B515A8 (or 0xB515A8) is known color: Medium Violet Red. HEX triplet: B5, 15 and A8. RGB value is (181,21,168). Sum of RGB (Red+Green+Blue) = 181+21+168=370 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.92% from 370); Green value is 21 (8.59% from 255 or 5.68% from 370); Blue value is 168 (66.02% from 255 or 45.41% from 370); Max value from RGB is 181 - color contains mainly: red. Hex color #B515A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B515A8 is #4AEA57. Grayscale: #555555. Windows color (decimal): -4909656 or 11015605. OLE color: 11015605.

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

Color convert

RGB 181 21 168 -
CMYK 0 0.88 0.07 0.29
HSL 304.88º 0.79% 0.4% -
HSV(B) 304.88º 0.88% 0.71% -
XYZ 26.39 13.19 38.2 -
YUV 85.6 174.51 196.05 -
System Red Green Blue C M Y K H S L
Decimal 181 21 168 0 0.88 0.07 0.29 304.88 0.79 0.4
Hex B5 15 A8 0 58 7 1D 131 4F 28
Octal 265 25 250 0 130 7 35 461 117 50
Binary 10110101 10101 10101000 0 1011000 111 11101 100110001 1001111 101000

Color Harmonies of #B515A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B515A8

Black with #B515A8

Text Example


Text Example

White with #B515A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B515A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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