#B53B82

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

Shades of Medium Red Violet #B53B82

Tints of Medium Red Violet #B53B82

Color information

#B53B82 (or 0xB53B82) is unknown color: approx Medium Red Violet. HEX triplet: B5, 3B and 82. RGB value is (181,59,130). Sum of RGB (Red+Green+Blue) = 181+59+130=370 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.92% from 370); Green value is 59 (23.44% from 255 or 15.95% from 370); Blue value is 130 (51.17% from 255 or 35.14% from 370); Max value from RGB is 181 - color contains mainly: red. Hex color #B53B82 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B53B82 is #4AC47D. Grayscale: #676767. Windows color (decimal): -4899966 or 8534965. OLE color: 8534965.

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

Color convert

RGB18159130-
CMYK00.670.280.29
HSL325.08º50.83%47.06%-
HSV(B)325.08º67.4%70.98%-
XYZ24.6514.5622.63-
YUV103.57142.92183.23-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 48.92%
GREEN value IS 59 (23.44% from 255) = 15.95%
BLUE value IS 130 (51.17% from 255) = 35.14%
R=48.92%
G=15.95%
B=35.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.28
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1815913000.670.280.29325.0850.8347.06
HexB53B820431C1D145332f
Octal26573202010334355056357
Binary1011010111101110000010010000111110011101101000101110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B53B82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B53B82; }

 p { color: rgb(181,59,130); }

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

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

 a { background-color: rgb(181,59,130); }

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

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

 span { border-color: rgb(181,59,130); }

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