Html Css Color HEX #B515A0 Medium Violet Red

📋 copy color: '#B515A0'

red 181 ◦ green 21 ◦ blue 160

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

Shades of Medium Violet Red #B515A0

Tints of Medium Violet Red #B515A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 44.2%

R = 50%
G = 5.8%
B = 44.2%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.12

 K value IS 0.29

RGB Variations

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

Color information

#B515A0 (or 0xB515A0) is known color: Medium Violet Red. HEX triplet: B5, 15 and A0. RGB value is (181,21,160). Sum of RGB (Red+Green+Blue) = 181+21+160=362 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50% from 362); Green value is 21 (8.59% from 255 or 5.80% from 362); Blue value is 160 (62.89% from 255 or 44.20% from 362); Max value from RGB is 181 - color contains mainly: red. Hex color #B515A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B515A0 is #4AEA5F. Grayscale: #545454. Windows color (decimal): -4909664 or 10491317. OLE color: 10491317.

HSL color Cylindrical-coordinate representation of color #B515A0: hue angle of 307.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 #B515A0 is Cyan = 0, Magento = 0.88, Yellow = 0.12 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 21 160 -
CMYK 0 0.88 0.12 0.29
HSL 307.88º 0.79% 0.4% -
HSV(B) 307.88º 0.88% 0.71% -
XYZ 25.67 12.9 34.39 -
YUV 84.69 170.51 196.7 -
System Red Green Blue C M Y K H S L
Decimal 181 21 160 0 0.88 0.12 0.29 307.88 0.79 0.4
Hex B5 15 A0 0 58 C 1D 134 4F 28
Octal 265 25 240 0 130 14 35 464 117 50
Binary 10110101 10101 10100000 0 1011000 1100 11101 100110100 1001111 101000

Color Harmonies of #B515A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B515A0

Black with #B515A0

Text Example


Text Example

White with #B515A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B515A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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