Html Css Color HEX #B504A0 Medium Violet Red

📋 copy color: '#B504A0'

red 181 ◦ green 4 ◦ blue 160

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

Shades of Medium Violet Red #B504A0

Tints of Medium Violet Red #B504A0

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.16%

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

R = 52.46%
G = 1.16%
B = 46.38%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.12

 K value IS 0.29

RGB Variations

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

Color information

#B504A0 (or 0xB504A0) is known color: Medium Violet Red. HEX triplet: B5, 04 and A0. RGB value is (181,4,160). Sum of RGB (Red+Green+Blue) = 181+4+160=345 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.46% from 345); Green value is 4 (1.95% from 255 or 1.16% from 345); Blue value is 160 (62.89% from 255 or 46.38% from 345); Max value from RGB is 181 - color contains mainly: red. Hex color #B504A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B504A0 is #4AFB5F. Grayscale: #4A4A4A. Windows color (decimal): -4914016 or 10486965. OLE color: 10486965.

HSL color Cylindrical-coordinate representation of color #B504A0: hue angle of 307.12º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B504A0 is Cyan = 0, Magento = 0.98, Yellow = 0.12 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 4 160 -
CMYK 0 0.98 0.12 0.29
HSL 307.12º 0.96% 0.36% -
HSV(B) 307.12º 0.98% 0.71% -
XYZ 25.44 12.45 34.32 -
YUV 74.71 176.14 203.82 -
System Red Green Blue C M Y K H S L
Decimal 181 4 160 0 0.98 0.12 0.29 307.12 0.96 0.36
Hex B5 4 A0 0 62 C 1D 133 60 24
Octal 265 4 240 0 142 14 35 463 140 44
Binary 10110101 100 10100000 0 1100010 1100 11101 100110011 1100000 100100

Color Harmonies of #B504A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B504A0

Black with #B504A0

Text Example


Text Example

White with #B504A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B504A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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