Html Css Color HEX #B522A8 Medium Red Violet

📋 copy color: '#B522A8'

red 181 ◦ green 34 ◦ blue 168

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

Shades of Medium Red Violet #B522A8

Tints of Medium Red Violet #B522A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 43.86%

R = 47.26%
G = 8.88%
B = 43.86%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.07

 K value IS 0.29

RGB Variations

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

Color information

#B522A8 (or 0xB522A8) is known color: Medium Red Violet. HEX triplet: B5, 22 and A8. RGB value is (181,34,168). Sum of RGB (Red+Green+Blue) = 181+34+168=383 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.26% from 383); Green value is 34 (13.67% from 255 or 8.88% from 383); Blue value is 168 (66.02% from 255 or 43.86% from 383); Max value from RGB is 181 - color contains mainly: red. Hex color #B522A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B522A8 is #4ADD57. Grayscale: #5C5C5C. Windows color (decimal): -4906328 or 11018933. OLE color: 11018933.

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

Color convert

RGB 181 34 168 -
CMYK 0 0.81 0.07 0.29
HSL 305.31º 0.68% 0.42% -
HSV(B) 305.31º 0.81% 0.71% -
XYZ 26.7 13.79 38.3 -
YUV 93.23 170.2 190.6 -
System Red Green Blue C M Y K H S L
Decimal 181 34 168 0 0.81 0.07 0.29 305.31 0.68 0.42
Hex B5 22 A8 0 51 7 1D 131 44 2A
Octal 265 42 250 0 121 7 35 461 104 52
Binary 10110101 100010 10101000 0 1010001 111 11101 100110001 1000100 101010

Color Harmonies of #B522A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B522A8

Black with #B522A8

Text Example


Text Example

White with #B522A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B522A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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