Html Css Color HEX #B52291 Medium Red Violet

📋 copy color: '#B52291'

red 181 ◦ green 34 ◦ blue 145

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

Shades of Medium Red Violet #B52291

Tints of Medium Red Violet #B52291

RGB

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

 GREEN value IS 34 (13.67% from 255) = 9.44%

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

R = 50.28%
G = 9.44%
B = 40.28%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.20

 K value IS 0.29

RGB Variations

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

Color information

#B52291 (or 0xB52291) is known color: Medium Red Violet. HEX triplet: B5, 22 and 91. RGB value is (181,34,145). Sum of RGB (Red+Green+Blue) = 181+34+145=360 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.28% from 360); Green value is 34 (13.67% from 255 or 9.44% from 360); Blue value is 145 (57.03% from 255 or 40.28% from 360); Max value from RGB is 181 - color contains mainly: red. Hex color #B52291 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B52291 is #4ADD6E. Grayscale: #5A5A5A. Windows color (decimal): -4906351 or 9511605. OLE color: 9511605.

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

Color convert

RGB 181 34 145 -
CMYK 0 0.81 0.20 0.29
HSL 314.69º 0.68% 0.42% -
HSV(B) 314.69º 0.81% 0.71% -
XYZ 24.74 13.01 28 -
YUV 90.61 158.7 192.47 -
System Red Green Blue C M Y K H S L
Decimal 181 34 145 0 0.81 0.20 0.29 314.69 0.68 0.42
Hex B5 22 91 0 51 14 1D 13B 44 2A
Octal 265 42 221 0 121 24 35 473 104 52
Binary 10110101 100010 10010001 0 1010001 10100 11101 100111011 1000100 101010

Color Harmonies of #B52291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52291

Black with #B52291

Text Example


Text Example

White with #B52291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52291; }

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

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

background-color css

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

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

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

border-color css

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

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

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