#B534A3

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

Shades of Medium Red Violet #B534A3

Tints of Medium Red Violet #B534A3

Color information

#B534A3 (or 0xB534A3) is unknown color: approx Medium Red Violet. HEX triplet: B5, 34 and A3. RGB value is (181,52,163). Sum of RGB (Red+Green+Blue) = 181+52+163=396 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.71% from 396); Green value is 52 (20.70% from 255 or 13.13% from 396); Blue value is 163 (64.06% from 255 or 41.16% from 396); Max value from RGB is 181 - color contains mainly: red. Hex color #B534A3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B534A3 is #4ACB5C. Grayscale: #666666. Windows color (decimal): -4901725 or 10695861. OLE color: 10695861.

HSL color Cylindrical-coordinate representation of color #B534A3: hue angle of 308.37º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B534A3 is Cyan = 0, Magento = 0.71, Yellow = 0.10 and Black (K on CMYK) = 0.29.

Color convert

RGB18152163-
CMYK00.710.100.29
HSL308.37º55.36%45.69%-
HSV(B)308.37º71.27%70.98%-
XYZ26.8914.9236.11-
YUV103.22161.74183.47-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 45.71%
GREEN value IS 52 (20.70% from 255) = 13.13%
BLUE value IS 163 (64.06% from 255) = 41.16%
R=45.71%
G=13.13%
B=41.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.10
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1815216300.710.100.29308.3755.3645.69
HexB534A3047A1D134372e
Octal26564243010712354646756
Binary101101011101001010001101000111101011101100110100110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B534A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B534A3; }

 p { color: rgb(181,52,163); }

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

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

 a { background-color: rgb(181,52,163); }

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

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

 span { border-color: rgb(181,52,163); }

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