#B530A1

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

Shades of Medium Red Violet #B530A1

Tints of Medium Red Violet #B530A1

Color information

#B530A1 (or 0xB530A1) is unknown color: approx Medium Red Violet. HEX triplet: B5, 30 and A1. RGB value is (181,48,161). Sum of RGB (Red+Green+Blue) = 181+48+161=390 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.41% from 390); Green value is 48 (19.14% from 255 or 12.31% from 390); Blue value is 161 (63.28% from 255 or 41.28% from 390); Max value from RGB is 181 - color contains mainly: red. Hex color #B530A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B530A1 is #4ACF5E. Grayscale: #646464. Windows color (decimal): -4902751 or 10563765. OLE color: 10563765.

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

Color convert

RGB18148161-
CMYK00.730.110.29
HSL309.02º58.08%44.9%-
HSV(B)309.02º73.48%70.98%-
XYZ26.5514.5135.12-
YUV100.65162.06185.31-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 46.41%
GREEN value IS 48 (19.14% from 255) = 12.31%
BLUE value IS 161 (63.28% from 255) = 41.28%
R=46.41%
G=12.31%
B=41.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.11
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1814816100.730.110.29309.0258.0844.9
HexB530A1049B1D1353a2d
Octal26560241011113354657255
Binary101101011100001010000101001001101111101100110101111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B530A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B530A1; }

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

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

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

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

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

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

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

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