Html Css Color HEX #B53C80 Medium Red Violet

📋 copy color: '#B53C80'

red 181 ◦ green 60 ◦ blue 128

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

Shades of Medium Red Violet #B53C80

Tints of Medium Red Violet #B53C80

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 34.69%

R = 49.05%
G = 16.26%
B = 34.69%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.29

 K value IS 0.29

RGB Variations

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

Color information

#B53C80 (or 0xB53C80) is known color: Medium Red Violet. HEX triplet: B5, 3C and 80. RGB value is (181,60,128). Sum of RGB (Red+Green+Blue) = 181+60+128=369 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.05% from 369); Green value is 60 (23.83% from 255 or 16.26% from 369); Blue value is 128 (50.39% from 255 or 34.69% from 369); Max value from RGB is 181 - color contains mainly: red. Hex color #B53C80 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B53C80 is #4AC37F. Grayscale: #676767. Windows color (decimal): -4899712 or 8404149. OLE color: 8404149.

HSL color Cylindrical-coordinate representation of color #B53C80: hue angle of 326.28º 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 #B53C80 is Cyan = 0, Magento = 0.67, Yellow = 0.29 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 60 128 -
CMYK 0 0.67 0.29 0.29
HSL 326.28º 0.5% 0.47% -
HSV(B) 326.28º 0.67% 0.71% -
XYZ 24.57 14.61 21.95 -
YUV 103.93 141.59 182.97 -
System Red Green Blue C M Y K H S L
Decimal 181 60 128 0 0.67 0.29 0.29 326.28 0.5 0.47
Hex B5 3C 80 0 43 1D 1D 146 32 2F
Octal 265 74 200 0 103 35 35 506 62 57
Binary 10110101 111100 10000000 0 1000011 11101 11101 101000110 110010 101111

Color Harmonies of #B53C80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53C80

Black with #B53C80

Text Example


Text Example

White with #B53C80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53C80; }

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

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

background-color css

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

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

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

border-color css

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

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

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