#B530A0

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

Shades of Medium Red Violet #B530A0

Tints of Medium Red Violet #B530A0

Color information

#B530A0 (or 0xB530A0) is unknown color: approx Medium Red Violet. HEX triplet: B5, 30 and A0. RGB value is (181,48,160). Sum of RGB (Red+Green+Blue) = 181+48+160=389 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.53% from 389); Green value is 48 (19.14% from 255 or 12.34% from 389); Blue value is 160 (62.89% from 255 or 41.13% from 389); Max value from RGB is 181 - color contains mainly: red. Hex color #B530A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B530A0 is #4ACF5F. Grayscale: #646464. Windows color (decimal): -4902752 or 10498229. OLE color: 10498229.

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

Color convert

RGB18148160-
CMYK00.730.120.29
HSL309.47º58.08%44.9%-
HSV(B)309.47º73.48%70.98%-
XYZ26.4614.4834.66-
YUV100.54161.56185.39-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 46.53%
GREEN value IS 48 (19.14% from 255) = 12.34%
BLUE value IS 160 (62.89% from 255) = 41.13%
R=46.53%
G=12.34%
B=41.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.12
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1814816000.730.120.29309.4758.0844.9
HexB530A0049C1D1353a2d
Octal26560240011114354657255
Binary101101011100001010000001001001110011101100110101111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B530A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B530A0; }

 p { color: rgb(181,48,160); }

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

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

 a { background-color: rgb(181,48,160); }

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

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

 span { border-color: rgb(181,48,160); }

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