Html Css Color HEX #B52AA8 Medium Red Violet

📋 copy color: '#B52AA8'

red 181 ◦ green 42 ◦ blue 168

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

Shades of Medium Red Violet #B52AA8

Tints of Medium Red Violet #B52AA8

RGB

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

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

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

R = 46.29%
G = 10.74%
B = 42.97%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.07

 K value IS 0.29

RGB Variations

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

Color information

#B52AA8 (or 0xB52AA8) is known color: Medium Red Violet. HEX triplet: B5, 2A and A8. RGB value is (181,42,168). Sum of RGB (Red+Green+Blue) = 181+42+168=391 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.29% from 391); Green value is 42 (16.80% from 255 or 10.74% from 391); Blue value is 168 (66.02% from 255 or 42.97% from 391); Max value from RGB is 181 - color contains mainly: red. Hex color #B52AA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B52AA8 is #4AD557. Grayscale: #616161. Windows color (decimal): -4904280 or 11020981. OLE color: 11020981.

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

Color convert

RGB 181 42 168 -
CMYK 0 0.77 0.07 0.29
HSL 305.61º 0.62% 0.44% -
HSV(B) 305.61º 0.77% 0.71% -
XYZ 26.95 14.31 38.39 -
YUV 97.93 167.55 187.25 -
System Red Green Blue C M Y K H S L
Decimal 181 42 168 0 0.77 0.07 0.29 305.61 0.62 0.44
Hex B5 2A A8 0 4D 7 1D 132 3E 2C
Octal 265 52 250 0 115 7 35 462 76 54
Binary 10110101 101010 10101000 0 1001101 111 11101 100110010 111110 101100

Color Harmonies of #B52AA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52AA8

Black with #B52AA8

Text Example


Text Example

White with #B52AA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52AA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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