Html Css Color HEX #B523AD Medium Red Violet

📋 copy color: '#B523AD'

red 181 ◦ green 35 ◦ blue 173

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

Shades of Medium Red Violet #B523AD

Tints of Medium Red Violet #B523AD

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9%

 BLUE value IS 173 (67.97% from 255) = 44.47%

R = 46.53%
G = 9%
B = 44.47%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.04

 K value IS 0.29

RGB Variations

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

Color information

#B523AD (or 0xB523AD) is known color: Medium Red Violet. HEX triplet: B5, 23 and AD. RGB value is (181,35,173). Sum of RGB (Red+Green+Blue) = 181+35+173=389 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.53% from 389); Green value is 35 (14.06% from 255 or 9.00% from 389); Blue value is 173 (67.97% from 255 or 44.47% from 389); Max value from RGB is 181 - color contains mainly: red. Hex color #B523AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B523AD is #4ADC52. Grayscale: #5D5D5D. Windows color (decimal): -4906067 or 11346869. OLE color: 11346869.

HSL color Cylindrical-coordinate representation of color #B523AD: hue angle of 303.29º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B523AD is Cyan = 0, Magento = 0.81, Yellow = 0.04 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 35 173 -
CMYK 0 0.81 0.04 0.29
HSL 303.29º 0.68% 0.42% -
HSV(B) 303.29º 0.81% 0.71% -
XYZ 27.2 14.04 40.81 -
YUV 94.39 172.37 189.78 -
System Red Green Blue C M Y K H S L
Decimal 181 35 173 0 0.81 0.04 0.29 303.29 0.68 0.42
Hex B5 23 AD 0 51 4 1D 12F 44 2A
Octal 265 43 255 0 121 4 35 457 104 52
Binary 10110101 100011 10101101 0 1010001 100 11101 100101111 1000100 101010

Color Harmonies of #B523AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B523AD

Black with #B523AD

Text Example


Text Example

White with #B523AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B523AD; }

 p { color: rgb(181,35,173); }

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

background-color css

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

 a { background-color: rgb(181,35,173); }

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

border-color css

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

 span { border-color: rgb(181,35,173); }

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