Html Css Color HEX #B52091 Medium Violet Red

📋 copy color: '#B52091'

red 181 ◦ green 32 ◦ blue 145

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

Shades of Medium Violet Red #B52091

Tints of Medium Violet Red #B52091

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.94%

 BLUE value IS 145 (57.03% from 255) = 40.5%

R = 50.56%
G = 8.94%
B = 40.5%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.20

 K value IS 0.29

RGB Variations

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

Color information

#B52091 (or 0xB52091) is known color: Medium Violet Red. HEX triplet: B5, 20 and 91. RGB value is (181,32,145). Sum of RGB (Red+Green+Blue) = 181+32+145=358 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.56% from 358); Green value is 32 (12.89% from 255 or 8.94% from 358); Blue value is 145 (57.03% from 255 or 40.50% from 358); Max value from RGB is 181 - color contains mainly: red. Hex color #B52091 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B52091 is #4ADF6E. Grayscale: #595959. Windows color (decimal): -4906863 or 9511093. OLE color: 9511093.

HSL color Cylindrical-coordinate representation of color #B52091: hue angle of 314.5º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B52091 is Cyan = 0, Magento = 0.82, Yellow = 0.20 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 32 145 -
CMYK 0 0.82 0.20 0.29
HSL 314.5º 0.7% 0.42% -
HSV(B) 314.5º 0.82% 0.71% -
XYZ 24.68 12.9 27.98 -
YUV 89.43 159.36 193.31 -
System Red Green Blue C M Y K H S L
Decimal 181 32 145 0 0.82 0.20 0.29 314.5 0.7 0.42
Hex B5 20 91 0 52 14 1D 13A 46 2A
Octal 265 40 221 0 122 24 35 472 106 52
Binary 10110101 100000 10010001 0 1010010 10100 11101 100111010 1000110 101010

Color Harmonies of #B52091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52091

Black with #B52091

Text Example


Text Example

White with #B52091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52091; }

 p { color: rgb(181,32,145); }

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

background-color css

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

 a { background-color: rgb(181,32,145); }

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

border-color css

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

 span { border-color: rgb(181,32,145); }

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