Html Css Color HEX #B52191 Medium Red Violet

📋 copy color: '#B52191'

red 181 ◦ green 33 ◦ blue 145

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

Shades of Medium Red Violet #B52191

Tints of Medium Red Violet #B52191

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.19%

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

R = 50.42%
G = 9.19%
B = 40.39%

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

#B52191 (or 0xB52191) is known color: Medium Red Violet. HEX triplet: B5, 21 and 91. RGB value is (181,33,145). Sum of RGB (Red+Green+Blue) = 181+33+145=359 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.42% from 359); Green value is 33 (13.28% from 255 or 9.19% from 359); Blue value is 145 (57.03% from 255 or 40.39% from 359); Max value from RGB is 181 - color contains mainly: red. Hex color #B52191 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B52191 is #4ADE6E. Grayscale: #595959. Windows color (decimal): -4906607 or 9511349. OLE color: 9511349.

HSL color Cylindrical-coordinate representation of color #B52191: hue angle of 314.59º degrees, saturation: 0.69, 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 #B52191 is Cyan = 0, Magento = 0.82, Yellow = 0.20 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 33 145 -
CMYK 0 0.82 0.20 0.29
HSL 314.59º 0.69% 0.42% -
HSV(B) 314.59º 0.82% 0.71% -
XYZ 24.71 12.96 27.99 -
YUV 90.02 159.03 192.89 -
System Red Green Blue C M Y K H S L
Decimal 181 33 145 0 0.82 0.20 0.29 314.59 0.69 0.42
Hex B5 21 91 0 52 14 1D 13B 45 2A
Octal 265 41 221 0 122 24 35 473 105 52
Binary 10110101 100001 10010001 0 1010010 10100 11101 100111011 1000101 101010

Color Harmonies of #B52191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52191

Black with #B52191

Text Example


Text Example

White with #B52191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52191; }

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

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

background-color css

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

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

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

border-color css

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

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

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