Html Css Color HEX #B522A6 Medium Red Violet

📋 copy color: '#B522A6'

red 181 ◦ green 34 ◦ blue 166

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

Shades of Medium Red Violet #B522A6

Tints of Medium Red Violet #B522A6

RGB

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

 GREEN value IS 34 (13.67% from 255) = 8.92%

 BLUE value IS 166 (65.23% from 255) = 43.57%

R = 47.51%
G = 8.92%
B = 43.57%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.08

 K value IS 0.29

RGB Variations

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

Color information

#B522A6 (or 0xB522A6) is known color: Medium Red Violet. HEX triplet: B5, 22 and A6. RGB value is (181,34,166). Sum of RGB (Red+Green+Blue) = 181+34+166=381 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.51% from 381); Green value is 34 (13.67% from 255 or 8.92% from 381); Blue value is 166 (65.23% from 255 or 43.57% from 381); Max value from RGB is 181 - color contains mainly: red. Hex color #B522A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B522A6 is #4ADD59. Grayscale: #5C5C5C. Windows color (decimal): -4906330 or 10887861. OLE color: 10887861.

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

Color convert

RGB 181 34 166 -
CMYK 0 0.81 0.08 0.29
HSL 306.12º 0.68% 0.42% -
HSV(B) 306.12º 0.81% 0.71% -
XYZ 26.51 13.72 37.33 -
YUV 93 169.2 190.77 -
System Red Green Blue C M Y K H S L
Decimal 181 34 166 0 0.81 0.08 0.29 306.12 0.68 0.42
Hex B5 22 A6 0 51 8 1D 132 44 2A
Octal 265 42 246 0 121 10 35 462 104 52
Binary 10110101 100010 10100110 0 1010001 1000 11101 100110010 1000100 101010

Color Harmonies of #B522A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B522A6

Black with #B522A6

Text Example


Text Example

White with #B522A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B522A6; }

 p { color: rgb(181,34,166); }

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

background-color css

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

 a { background-color: rgb(181,34,166); }

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

border-color css

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

 span { border-color: rgb(181,34,166); }

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