#B53B83

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

Shades of Medium Red Violet #B53B83

Tints of Medium Red Violet #B53B83

Color information

#B53B83 (or 0xB53B83) is unknown color: approx Medium Red Violet. HEX triplet: B5, 3B and 83. RGB value is (181,59,131). Sum of RGB (Red+Green+Blue) = 181+59+131=371 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.79% from 371); Green value is 59 (23.44% from 255 or 15.90% from 371); Blue value is 131 (51.56% from 255 or 35.31% from 371); Max value from RGB is 181 - color contains mainly: red. Hex color #B53B83 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B53B83 is #4AC47C. Grayscale: #676767. Windows color (decimal): -4899965 or 8600501. OLE color: 8600501.

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

Color convert

RGB18159131-
CMYK00.670.280.29
HSL324.59º50.83%47.06%-
HSV(B)324.59º67.4%70.98%-
XYZ24.7214.5922.99-
YUV103.69143.42183.15-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 48.79%
GREEN value IS 59 (23.44% from 255) = 15.90%
BLUE value IS 131 (51.56% from 255) = 35.31%
R=48.79%
G=15.90%
B=35.31%

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
Decimal1815913100.670.280.29324.5950.8347.06
HexB53B830431C1D145332f
Octal26573203010334355056357
Binary1011010111101110000011010000111110011101101000101110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B53B83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B53B83; }

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

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

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

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

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

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

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

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