Html Css Color HEX #B52589 Medium Red Violet

📋 copy color: '#B52589'

red 181 ◦ green 37 ◦ blue 137

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

Shades of Medium Red Violet #B52589

Tints of Medium Red Violet #B52589

RGB

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

 GREEN value IS 37 (14.84% from 255) = 10.42%

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

R = 50.99%
G = 10.42%
B = 38.59%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.24

 K value IS 0.29

RGB Variations

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

Color information

#B52589 (or 0xB52589) is known color: Medium Red Violet. HEX triplet: B5, 25 and 89. RGB value is (181,37,137). Sum of RGB (Red+Green+Blue) = 181+37+137=355 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.99% from 355); Green value is 37 (14.84% from 255 or 10.42% from 355); Blue value is 137 (53.91% from 255 or 38.59% from 355); Max value from RGB is 181 - color contains mainly: red. Hex color #B52589 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B52589 is #4ADA76. Grayscale: #5B5B5B. Windows color (decimal): -4905591 or 8988085. OLE color: 8988085.

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

Color convert

RGB 181 37 137 -
CMYK 0 0.80 0.24 0.29
HSL 318.33º 0.66% 0.43% -
HSV(B) 318.33º 0.8% 0.71% -
XYZ 24.23 12.95 24.89 -
YUV 91.46 153.71 191.87 -
System Red Green Blue C M Y K H S L
Decimal 181 37 137 0 0.80 0.24 0.29 318.33 0.66 0.43
Hex B5 25 89 0 50 18 1D 13E 42 2B
Octal 265 45 211 0 120 30 35 476 102 53
Binary 10110101 100101 10001001 0 1010000 11000 11101 100111110 1000010 101011

Color Harmonies of #B52589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52589

Black with #B52589

Text Example


Text Example

White with #B52589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52589; }

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

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

background-color css

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

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

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

border-color css

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

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

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