#B439A0

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

Shades of Medium Red Violet #B439A0

Tints of Medium Red Violet #B439A0

Color information

#B439A0 (or 0xB439A0) is unknown color: approx Medium Red Violet. HEX triplet: B4, 39 and A0. RGB value is (180,57,160). Sum of RGB (Red+Green+Blue) = 180+57+160=397 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.34% from 397); Green value is 57 (22.66% from 255 or 14.36% from 397); Blue value is 160 (62.89% from 255 or 40.30% from 397); Max value from RGB is 180 - color contains mainly: red. Hex color #B439A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B439A0 is #4BC65F. Grayscale: #696969. Windows color (decimal): -4965984 or 10500532. OLE color: 10500532.

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

Color convert

RGB18057160-
CMYK00.680.110.29
HSL309.76º51.9%46.47%-
HSV(B)309.76º68.33%70.59%-
XYZ26.6315.1734.78-
YUV105.52158.75181.12-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 45.34%
GREEN value IS 57 (22.66% from 255) = 14.36%
BLUE value IS 160 (62.89% from 255) = 40.30%
R=45.34%
G=14.36%
B=40.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.11
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1805716000.680.110.29309.7651.946.47
HexB439A0044B1D136342e
Octal26471240010413354666456
Binary101101001110011010000001000100101111101100110110110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B439A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B439A0; }

 p { color: rgb(180,57,160); }

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

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

 a { background-color: rgb(180,57,160); }

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

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

 span { border-color: rgb(180,57,160); }

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