Html Css Color HEX #B52EAA Medium Red Violet

📋 copy color: '#B52EAA'

red 181 ◦ green 46 ◦ blue 170

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

Shades of Medium Red Violet #B52EAA

Tints of Medium Red Violet #B52EAA

RGB

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

 GREEN value IS 46 (18.36% from 255) = 11.59%

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

R = 45.59%
G = 11.59%
B = 42.82%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.06

 K value IS 0.29

RGB Variations

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

Color information

#B52EAA (or 0xB52EAA) is known color: Medium Red Violet. HEX triplet: B5, 2E and AA. RGB value is (181,46,170). Sum of RGB (Red+Green+Blue) = 181+46+170=397 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.59% from 397); Green value is 46 (18.36% from 255 or 11.59% from 397); Blue value is 170 (66.80% from 255 or 42.82% from 397); Max value from RGB is 181 - color contains mainly: red. Hex color #B52EAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B52EAA is #4AD155. Grayscale: #646464. Windows color (decimal): -4903254 or 11153077. OLE color: 11153077.

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

Color convert

RGB 181 46 170 -
CMYK 0 0.75 0.06 0.29
HSL 304.89º 0.59% 0.45% -
HSV(B) 304.89º 0.75% 0.71% -
XYZ 27.29 14.68 39.43 -
YUV 100.5 167.23 185.42 -
System Red Green Blue C M Y K H S L
Decimal 181 46 170 0 0.75 0.06 0.29 304.89 0.59 0.45
Hex B5 2E AA 0 4B 6 1D 131 3B 2D
Octal 265 56 252 0 113 6 35 461 73 55
Binary 10110101 101110 10101010 0 1001011 110 11101 100110001 111011 101101

Color Harmonies of #B52EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52EAA

Black with #B52EAA

Text Example


Text Example

White with #B52EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52EAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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