#B53380

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

Shades of Medium Red Violet #B53380

Tints of Medium Red Violet #B53380

Color information

#B53380 (or 0xB53380) is unknown color: approx Medium Red Violet. HEX triplet: B5, 33 and 80. RGB value is (181,51,128). Sum of RGB (Red+Green+Blue) = 181+51+128=360 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.28% from 360); Green value is 51 (20.31% from 255 or 14.17% from 360); Blue value is 128 (50.39% from 255 or 35.56% from 360); Max value from RGB is 181 - color contains mainly: red. Hex color #B53380 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B53380 is #4ACC7F. Grayscale: #626262. Windows color (decimal): -4902016 or 8401845. OLE color: 8401845.

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

Color convert

RGB18151128-
CMYK00.720.290.29
HSL324.46º56.03%45.49%-
HSV(B)324.46º71.82%70.98%-
XYZ24.1413.7521.8-
YUV98.65144.57186.74-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 50.28%
GREEN value IS 51 (20.31% from 255) = 14.17%
BLUE value IS 128 (50.39% from 255) = 35.56%
R=50.28%
G=14.17%
B=35.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.29
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1815112800.720.290.29324.4656.0345.49
HexB533800481D1D144382d
Octal26563200011035355047055
Binary1011010111001110000000010010001110111101101000100111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B53380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B53380; }

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

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

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

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

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

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

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

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