Html Css Color HEX #B52AAA Medium Red Violet

📋 copy color: '#B52AAA'

red 181 ◦ green 42 ◦ blue 170

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

Shades of Medium Red Violet #B52AAA

Tints of Medium Red Violet #B52AAA

RGB

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

 GREEN value IS 42 (16.8% from 255) = 10.69%

 BLUE value IS 170 (66.8% from 255) = 43.26%

R = 46.06%
G = 10.69%
B = 43.26%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.06

 K value IS 0.29

RGB Variations

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

Color information

#B52AAA (or 0xB52AAA) is known color: Medium Red Violet. HEX triplet: B5, 2A and AA. RGB value is (181,42,170). Sum of RGB (Red+Green+Blue) = 181+42+170=393 (52% of max value = 765). Red value is 181 (71.09% from 255 or 46.06% from 393); Green value is 42 (16.80% from 255 or 10.69% from 393); Blue value is 170 (66.80% from 255 or 43.26% from 393); Max value from RGB is 181 - color contains mainly: red. Hex color #B52AAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B52AAA is #4AD555. Grayscale: #616161. Windows color (decimal): -4904278 or 11152053. OLE color: 11152053.

HSL color Cylindrical-coordinate representation of color #B52AAA: hue angle of 304.75º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B52AAA is Cyan = 0, Magento = 0.77, Yellow = 0.06 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 42 170 -
CMYK 0 0.77 0.06 0.29
HSL 304.75º 0.62% 0.44% -
HSV(B) 304.75º 0.77% 0.71% -
XYZ 27.14 14.38 39.38 -
YUV 98.15 168.55 187.09 -
System Red Green Blue C M Y K H S L
Decimal 181 42 170 0 0.77 0.06 0.29 304.75 0.62 0.44
Hex B5 2A AA 0 4D 6 1D 131 3E 2C
Octal 265 52 252 0 115 6 35 461 76 54
Binary 10110101 101010 10101010 0 1001101 110 11101 100110001 111110 101100

Color Harmonies of #B52AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52AAA

Black with #B52AAA

Text Example


Text Example

White with #B52AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52AAA; }

 p { color: rgb(181,42,170); }

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

background-color css

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

 a { background-color: rgb(181,42,170); }

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

border-color css

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

 span { border-color: rgb(181,42,170); }

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