#B04586

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

Shades of Medium Red Violet #B04586

Tints of Medium Red Violet #B04586

Color information

#B04586 (or 0xB04586) is unknown color: approx Medium Red Violet. HEX triplet: B0, 45 and 86. RGB value is (176,69,134). Sum of RGB (Red+Green+Blue) = 176+69+134=379 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.44% from 379); Green value is 69 (27.34% from 255 or 18.21% from 379); Blue value is 134 (52.73% from 255 or 35.36% from 379); Max value from RGB is 176 - color contains mainly: red. Hex color #B04586 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B04586 is #4FBA79. Grayscale: #6C6C6C. Windows color (decimal): -5225082 or 8799664. OLE color: 8799664.

HSL color Cylindrical-coordinate representation of color #B04586: hue angle of 323.55º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B04586 is Cyan = 0, Magento = 0.61, Yellow = 0.24 and Black (K on CMYK) = 0.31.

Color convert

RGB17669134-
CMYK00.610.240.31
HSL323.55º43.67%48.04%-
HSV(B)323.55º60.8%69.02%-
XYZ24.3415.2124.21-
YUV108.4142.45176.21-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 46.44%
GREEN value IS 69 (27.34% from 255) = 18.21%
BLUE value IS 134 (52.73% from 255) = 35.36%
R=46.44%
G=18.21%
B=35.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.24
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1766913400.610.240.31323.5543.6748.04
HexB0458603D181F1442c30
Octal26010520607530375045460
Binary1011000010001011000011001111011100011111101000100101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B04586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B04586; }

 p { color: rgb(176,69,134); }

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

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

 a { background-color: rgb(176,69,134); }

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

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

 span { border-color: rgb(176,69,134); }

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