Html Css Color HEX #B52989 Medium Red Violet

📋 copy color: '#B52989'

red 181 ◦ green 41 ◦ blue 137

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

Shades of Medium Red Violet #B52989

Tints of Medium Red Violet #B52989

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.42%

 BLUE value IS 137 (53.91% from 255) = 38.16%

R = 50.42%
G = 11.42%
B = 38.16%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.24

 K value IS 0.29

RGB Variations

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

Color information

#B52989 (or 0xB52989) is known color: Medium Red Violet. HEX triplet: B5, 29 and 89. RGB value is (181,41,137). Sum of RGB (Red+Green+Blue) = 181+41+137=359 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.42% from 359); Green value is 41 (16.41% from 255 or 11.42% from 359); Blue value is 137 (53.91% from 255 or 38.16% from 359); Max value from RGB is 181 - color contains mainly: red. Hex color #B52989 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B52989 is #4AD676. Grayscale: #5D5D5D. Windows color (decimal): -4904567 or 8989109. OLE color: 8989109.

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

Color convert

RGB 181 41 137 -
CMYK 0 0.77 0.24 0.29
HSL 318.86º 0.63% 0.44% -
HSV(B) 318.86º 0.77% 0.71% -
XYZ 24.36 13.22 24.93 -
YUV 93.8 152.38 190.19 -
System Red Green Blue C M Y K H S L
Decimal 181 41 137 0 0.77 0.24 0.29 318.86 0.63 0.44
Hex B5 29 89 0 4D 18 1D 13F 3F 2C
Octal 265 51 211 0 115 30 35 477 77 54
Binary 10110101 101001 10001001 0 1001101 11000 11101 100111111 111111 101100

Color Harmonies of #B52989

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52989

Black with #B52989

Text Example


Text Example

White with #B52989

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52989; }

 p { color: rgb(181,41,137); }

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

background-color css

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

 a { background-color: rgb(181,41,137); }

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

border-color css

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

 span { border-color: rgb(181,41,137); }

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