#B039A0

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

Shades of Medium Red Violet #B039A0

Tints of Medium Red Violet #B039A0

Color information

#B039A0 (or 0xB039A0) is unknown color: approx Medium Red Violet. HEX triplet: B0, 39 and A0. RGB value is (176,57,160). Sum of RGB (Red+Green+Blue) = 176+57+160=393 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.78% from 393); Green value is 57 (22.66% from 255 or 14.50% from 393); Blue value is 160 (62.89% from 255 or 40.71% from 393); Max value from RGB is 176 - color contains mainly: red. Hex color #B039A0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B039A0 is #4FC65F. Grayscale: #686868. Windows color (decimal): -5228128 or 10500528. OLE color: 10500528.

HSL color Cylindrical-coordinate representation of color #B039A0: hue angle of 308.07º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B039A0 is Cyan = 0, Magento = 0.68, Yellow = 0.09 and Black (K on CMYK) = 0.31.

Color convert

RGB17657160-
CMYK00.680.090.31
HSL308.07º51.07%45.69%-
HSV(B)308.07º67.61%69.02%-
XYZ25.7114.6934.74-
YUV104.32159.42179.12-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 44.78%
GREEN value IS 57 (22.66% from 255) = 14.50%
BLUE value IS 160 (62.89% from 255) = 40.71%
R=44.78%
G=14.50%
B=40.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.09
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1765716000.680.090.31308.0751.0745.69
HexB039A004491F134332e
Octal26071240010411374646356
Binary101100001110011010000001000100100111111100110100110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B039A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B039A0; }

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

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

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

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

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

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

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

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