Html Css Color HEX #B53C87 Medium Red Violet

📋 copy color: '#B53C87'

red 181 ◦ green 60 ◦ blue 135

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

Shades of Medium Red Violet #B53C87

Tints of Medium Red Violet #B53C87

RGB

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

 GREEN value IS 60 (23.83% from 255) = 15.96%

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

R = 48.14%
G = 15.96%
B = 35.9%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.25

 K value IS 0.29

RGB Variations

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

Color information

#B53C87 (or 0xB53C87) is known color: Medium Red Violet. HEX triplet: B5, 3C and 87. RGB value is (181,60,135). Sum of RGB (Red+Green+Blue) = 181+60+135=376 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.14% from 376); Green value is 60 (23.83% from 255 or 15.96% from 376); Blue value is 135 (53.12% from 255 or 35.90% from 376); Max value from RGB is 181 - color contains mainly: red. Hex color #B53C87 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B53C87 is #4AC378. Grayscale: #686868. Windows color (decimal): -4899705 or 8862901. OLE color: 8862901.

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

Color convert

RGB 181 60 135 -
CMYK 0 0.67 0.25 0.29
HSL 322.81º 0.5% 0.47% -
HSV(B) 322.81º 0.67% 0.71% -
XYZ 25.05 14.8 24.46 -
YUV 104.73 145.09 182.4 -
System Red Green Blue C M Y K H S L
Decimal 181 60 135 0 0.67 0.25 0.29 322.81 0.5 0.47
Hex B5 3C 87 0 43 19 1D 143 32 2F
Octal 265 74 207 0 103 31 35 503 62 57
Binary 10110101 111100 10000111 0 1000011 11001 11101 101000011 110010 101111

Color Harmonies of #B53C87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53C87

Black with #B53C87

Text Example


Text Example

White with #B53C87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53C87; }

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

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

background-color css

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

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

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

border-color css

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

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

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