Html Css Color HEX #B52491 Medium Red Violet

📋 copy color: '#B52491'

red 181 ◦ green 36 ◦ blue 145

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

Shades of Medium Red Violet #B52491

Tints of Medium Red Violet #B52491

RGB

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

 GREEN value IS 36 (14.45% from 255) = 9.94%

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

R = 50%
G = 9.94%
B = 40.06%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.20

 K value IS 0.29

RGB Variations

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

Color information

#B52491 (or 0xB52491) is known color: Medium Red Violet. HEX triplet: B5, 24 and 91. RGB value is (181,36,145). Sum of RGB (Red+Green+Blue) = 181+36+145=362 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50% from 362); Green value is 36 (14.45% from 255 or 9.94% from 362); Blue value is 145 (57.03% from 255 or 40.06% from 362); Max value from RGB is 181 - color contains mainly: red. Hex color #B52491 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B52491 is #4ADB6E. Grayscale: #5B5B5B. Windows color (decimal): -4905839 or 9512117. OLE color: 9512117.

HSL color Cylindrical-coordinate representation of color #B52491: hue angle of 314.9º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B52491 is Cyan = 0, Magento = 0.80, Yellow = 0.20 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 36 145 -
CMYK 0 0.80 0.20 0.29
HSL 314.9º 0.67% 0.43% -
HSV(B) 314.9º 0.8% 0.71% -
XYZ 24.8 13.13 28.02 -
YUV 91.78 158.04 191.64 -
System Red Green Blue C M Y K H S L
Decimal 181 36 145 0 0.80 0.20 0.29 314.9 0.67 0.43
Hex B5 24 91 0 50 14 1D 13B 43 2B
Octal 265 44 221 0 120 24 35 473 103 53
Binary 10110101 100100 10010001 0 1010000 10100 11101 100111011 1000011 101011

Color Harmonies of #B52491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52491

Black with #B52491

Text Example


Text Example

White with #B52491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52491; }

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

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

background-color css

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

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

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

border-color css

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

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

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