#B53CA4

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

Shades of Medium Red Violet #B53CA4

Tints of Medium Red Violet #B53CA4

Color information

#B53CA4 (or 0xB53CA4) is unknown color: approx Medium Red Violet. HEX triplet: B5, 3C and A4. RGB value is (181,60,164). Sum of RGB (Red+Green+Blue) = 181+60+164=405 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.69% from 405); Green value is 60 (23.83% from 255 or 14.81% from 405); Blue value is 164 (64.45% from 255 or 40.49% from 405); Max value from RGB is 181 - color contains mainly: red. Hex color #B53CA4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B53CA4 is #4AC35B. Grayscale: #6B6B6B. Windows color (decimal): -4899676 or 10763445. OLE color: 10763445.

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

Color convert

RGB18160164-
CMYK00.670.090.29
HSL308.43º50.21%47.25%-
HSV(B)308.43º66.85%70.98%-
XYZ27.3715.7436.72-
YUV108.04159.59180.04-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 44.69%
GREEN value IS 60 (23.83% from 255) = 14.81%
BLUE value IS 164 (64.45% from 255) = 40.49%
R=44.69%
G=14.81%
B=40.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.09
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1816016400.670.090.29308.4350.2147.25
HexB53CA404391D134322f
Octal26574244010311354646257
Binary101101011111001010010001000011100111101100110100110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B53CA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B53CA4; }

 p { color: rgb(181,60,164); }

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

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

 a { background-color: rgb(181,60,164); }

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

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

 span { border-color: rgb(181,60,164); }

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