Html Css Color HEX #B52EA0 Medium Red Violet

📋 copy color: '#B52EA0'

red 181 ◦ green 46 ◦ blue 160

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

Shades of Medium Red Violet #B52EA0

Tints of Medium Red Violet #B52EA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 41.34%

R = 46.77%
G = 11.89%
B = 41.34%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.12

 K value IS 0.29

RGB Variations

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

Color information

#B52EA0 (or 0xB52EA0) is known color: Medium Red Violet. HEX triplet: B5, 2E and A0. RGB value is (181,46,160). Sum of RGB (Red+Green+Blue) = 181+46+160=387 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.77% from 387); Green value is 46 (18.36% from 255 or 11.89% from 387); Blue value is 160 (62.89% from 255 or 41.34% from 387); Max value from RGB is 181 - color contains mainly: red. Hex color #B52EA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B52EA0 is #4AD15F. Grayscale: #636363. Windows color (decimal): -4903264 or 10497717. OLE color: 10497717.

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

Color convert

RGB 181 46 160 -
CMYK 0 0.75 0.12 0.29
HSL 309.33º 0.59% 0.45% -
HSV(B) 309.33º 0.75% 0.71% -
XYZ 26.38 14.32 34.63 -
YUV 99.36 162.23 186.23 -
System Red Green Blue C M Y K H S L
Decimal 181 46 160 0 0.75 0.12 0.29 309.33 0.59 0.45
Hex B5 2E A0 0 4B C 1D 135 3B 2D
Octal 265 56 240 0 113 14 35 465 73 55
Binary 10110101 101110 10100000 0 1001011 1100 11101 100110101 111011 101101

Color Harmonies of #B52EA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52EA0

Black with #B52EA0

Text Example


Text Example

White with #B52EA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52EA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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