Html Css Color HEX #B53487 Medium Red Violet

📋 copy color: '#B53487'

red 181 ◦ green 52 ◦ blue 135

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

Shades of Medium Red Violet #B53487

Tints of Medium Red Violet #B53487

RGB

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

 GREEN value IS 52 (20.7% from 255) = 14.13%

 BLUE value IS 135 (53.13% from 255) = 36.68%

R = 49.18%
G = 14.13%
B = 36.68%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.25

 K value IS 0.29

RGB Variations

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

Color information

#B53487 (or 0xB53487) is known color: Medium Red Violet. HEX triplet: B5, 34 and 87. RGB value is (181,52,135). Sum of RGB (Red+Green+Blue) = 181+52+135=368 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.18% from 368); Green value is 52 (20.70% from 255 or 14.13% from 368); Blue value is 135 (53.12% from 255 or 36.68% from 368); Max value from RGB is 181 - color contains mainly: red. Hex color #B53487 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B53487 is #4ACB78. Grayscale: #636363. Windows color (decimal): -4901753 or 8860853. OLE color: 8860853.

HSL color Cylindrical-coordinate representation of color #B53487: hue angle of 321.4º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B53487 is Cyan = 0, Magento = 0.71, Yellow = 0.25 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 52 135 -
CMYK 0 0.71 0.25 0.29
HSL 321.4º 0.55% 0.46% -
HSV(B) 321.4º 0.71% 0.71% -
XYZ 24.66 14.03 24.33 -
YUV 100.03 147.74 185.75 -
System Red Green Blue C M Y K H S L
Decimal 181 52 135 0 0.71 0.25 0.29 321.4 0.55 0.46
Hex B5 34 87 0 47 19 1D 141 37 2E
Octal 265 64 207 0 107 31 35 501 67 56
Binary 10110101 110100 10000111 0 1000111 11001 11101 101000001 110111 101110

Color Harmonies of #B53487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53487

Black with #B53487

Text Example


Text Example

White with #B53487

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53487; }

 p { color: rgb(181,52,135); }

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

background-color css

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

 a { background-color: rgb(181,52,135); }

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

border-color css

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

 span { border-color: rgb(181,52,135); }

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