#B53878

Color #B53878 Medium Red Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Red Violet #B53878

Tints of Medium Red Violet #B53878

Color information

#B53878 (or 0xB53878) is unknown color: approx Medium Red Violet. HEX triplet: B5, 38 and 78. RGB value is (181,56,120). Sum of RGB (Red+Green+Blue) = 181+56+120=357 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.70% from 357); Green value is 56 (22.27% from 255 or 15.69% from 357); Blue value is 120 (47.27% from 255 or 33.61% from 357); Max value from RGB is 181 - color contains mainly: red. Hex color #B53878 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B53878 is #4AC787. Grayscale: #646464. Windows color (decimal): -4900744 or 7878837. OLE color: 7878837.

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

Color convert

RGB18156120-
CMYK00.690.340.29
HSL329.28º52.74%46.47%-
HSV(B)329.28º69.06%70.98%-
XYZ23.8614.0119.22-
YUV100.67138.91185.3-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 50.70%
GREEN value IS 56 (22.27% from 255) = 15.69%
BLUE value IS 120 (47.27% from 255) = 33.61%
R=50.70%
G=15.69%
B=33.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.34
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1815612000.690.340.29329.2852.7446.47
HexB53878045221D149352e
Octal26570170010542355116556
Binary1011010111100011110000100010110001011101101001001110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B53878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B53878; }

 p { color: rgb(181,56,120); }

 H1.HeaderClassName
 {
   color: #B53878;
 }
 .AnyTagClassName
 {
   color: #B53878;
 }
</style>
background-color css

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

 a { background-color: rgb(181,56,120); }

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

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

 span { border-color: rgb(181,56,120); }

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