Html Css Color HEX #B522A5 Medium Red Violet

📋 copy color: '#B522A5'

red 181 ◦ green 34 ◦ blue 165

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

Shades of Medium Red Violet #B522A5

Tints of Medium Red Violet #B522A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 43.42%

R = 47.63%
G = 8.95%
B = 43.42%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.09

 K value IS 0.29

RGB Variations

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

Color information

#B522A5 (or 0xB522A5) is known color: Medium Red Violet. HEX triplet: B5, 22 and A5. RGB value is (181,34,165). Sum of RGB (Red+Green+Blue) = 181+34+165=380 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.63% from 380); Green value is 34 (13.67% from 255 or 8.95% from 380); Blue value is 165 (64.84% from 255 or 43.42% from 380); Max value from RGB is 181 - color contains mainly: red. Hex color #B522A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B522A5 is #4ADD5A. Grayscale: #5C5C5C. Windows color (decimal): -4906331 or 10822325. OLE color: 10822325.

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

Color convert

RGB 181 34 165 -
CMYK 0 0.81 0.09 0.29
HSL 306.53º 0.68% 0.42% -
HSV(B) 306.53º 0.81% 0.71% -
XYZ 26.42 13.68 36.85 -
YUV 92.89 168.7 190.85 -
System Red Green Blue C M Y K H S L
Decimal 181 34 165 0 0.81 0.09 0.29 306.53 0.68 0.42
Hex B5 22 A5 0 51 9 1D 133 44 2A
Octal 265 42 245 0 121 11 35 463 104 52
Binary 10110101 100010 10100101 0 1010001 1001 11101 100110011 1000100 101010

Color Harmonies of #B522A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B522A5

Black with #B522A5

Text Example


Text Example

White with #B522A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B522A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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