Html Css Color HEX #B52A9E Medium Red Violet

📋 copy color: '#B52A9E'

red 181 ◦ green 42 ◦ blue 158

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

Shades of Medium Red Violet #B52A9E

Tints of Medium Red Violet #B52A9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 41.47%

R = 47.51%
G = 11.02%
B = 41.47%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.13

 K value IS 0.29

RGB Variations

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

Color information

#B52A9E (or 0xB52A9E) is known color: Medium Red Violet. HEX triplet: B5, 2A and 9E. RGB value is (181,42,158). Sum of RGB (Red+Green+Blue) = 181+42+158=381 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.51% from 381); Green value is 42 (16.80% from 255 or 11.02% from 381); Blue value is 158 (62.11% from 255 or 41.47% from 381); Max value from RGB is 181 - color contains mainly: red. Hex color #B52A9E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B52A9E is #4AD561. Grayscale: #606060. Windows color (decimal): -4904290 or 10365621. OLE color: 10365621.

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

Color convert

RGB 181 42 158 -
CMYK 0 0.77 0.13 0.29
HSL 309.93º 0.62% 0.44% -
HSV(B) 309.93º 0.77% 0.71% -
XYZ 26.06 13.95 33.67 -
YUV 96.79 162.55 188.07 -
System Red Green Blue C M Y K H S L
Decimal 181 42 158 0 0.77 0.13 0.29 309.93 0.62 0.44
Hex B5 2A 9E 0 4D D 1D 136 3E 2C
Octal 265 52 236 0 115 15 35 466 76 54
Binary 10110101 101010 10011110 0 1001101 1101 11101 100110110 111110 101100

Color Harmonies of #B52A9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52A9E

Black with #B52A9E

Text Example


Text Example

White with #B52A9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52A9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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