#B53B81

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

Shades of Medium Red Violet #B53B81

Tints of Medium Red Violet #B53B81

Color information

#B53B81 (or 0xB53B81) is unknown color: approx Medium Red Violet. HEX triplet: B5, 3B and 81. RGB value is (181,59,129). Sum of RGB (Red+Green+Blue) = 181+59+129=369 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.05% from 369); Green value is 59 (23.44% from 255 or 15.99% from 369); Blue value is 129 (50.78% from 255 or 34.96% from 369); Max value from RGB is 181 - color contains mainly: red. Hex color #B53B81 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B53B81 is #4AC47E. Grayscale: #676767. Windows color (decimal): -4899967 or 8469429. OLE color: 8469429.

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

Color convert

RGB18159129-
CMYK00.670.290.29
HSL325.57º50.83%47.06%-
HSV(B)325.57º67.4%70.98%-
XYZ24.5814.5422.28-
YUV103.46142.42183.31-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 49.05%
GREEN value IS 59 (23.44% from 255) = 15.99%
BLUE value IS 129 (50.78% from 255) = 34.96%
R=49.05%
G=15.99%
B=34.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.29
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1815912900.670.290.29325.5750.8347.06
HexB53B810431D1D146332f
Octal26573201010335355066357
Binary1011010111101110000001010000111110111101101000110110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B53B81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B53B81; }

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

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

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

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

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

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

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

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