Html Css Color HEX #B522AB Medium Red Violet

📋 copy color: '#B522AB'

red 181 ◦ green 34 ◦ blue 171

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

Shades of Medium Red Violet #B522AB

Tints of Medium Red Violet #B522AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 44.3%

R = 46.89%
G = 8.81%
B = 44.3%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.06

 K value IS 0.29

RGB Variations

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

Color information

#B522AB (or 0xB522AB) is known color: Medium Red Violet. HEX triplet: B5, 22 and AB. RGB value is (181,34,171). Sum of RGB (Red+Green+Blue) = 181+34+171=386 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.89% from 386); Green value is 34 (13.67% from 255 or 8.81% from 386); Blue value is 171 (67.19% from 255 or 44.30% from 386); Max value from RGB is 181 - color contains mainly: red. Hex color #B522AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B522AB is #4ADD54. Grayscale: #5D5D5D. Windows color (decimal): -4906325 or 11215541. OLE color: 11215541.

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

Color convert

RGB 181 34 171 -
CMYK 0 0.81 0.06 0.29
HSL 304.08º 0.68% 0.42% -
HSV(B) 304.08º 0.81% 0.71% -
XYZ 26.98 13.91 39.79 -
YUV 93.57 171.7 190.36 -
System Red Green Blue C M Y K H S L
Decimal 181 34 171 0 0.81 0.06 0.29 304.08 0.68 0.42
Hex B5 22 AB 0 51 6 1D 130 44 2A
Octal 265 42 253 0 121 6 35 460 104 52
Binary 10110101 100010 10101011 0 1010001 110 11101 100110000 1000100 101010

Color Harmonies of #B522AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B522AB

Black with #B522AB

Text Example


Text Example

White with #B522AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B522AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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