#B6057D

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

Shades of Medium Violet Red #B6057D

Tints of Medium Violet Red #B6057D

Color information

#B6057D (or 0xB6057D) is unknown color: approx Medium Violet Red. HEX triplet: B6, 05 and 7D. RGB value is (182,5,125). Sum of RGB (Red+Green+Blue) = 182+5+125=312 (41% of max value = 765). Red value is 182 (71.48% from 255 or 58.33% from 312); Green value is 5 (2.34% from 255 or 1.60% from 312); Blue value is 125 (49.22% from 255 or 40.06% from 312); Max value from RGB is 182 - color contains mainly: red. Hex color #B6057D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B6057D is #49FA82. Grayscale: #474747. Windows color (decimal): -4848259 or 8193462. OLE color: 8193462.

HSL color Cylindrical-coordinate representation of color #B6057D: hue angle of 319.32º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B6057D is Cyan = 0, Magento = 0.97, Yellow = 0.31 and Black (K on CMYK) = 0.29.

Color convert

RGB1825125-
CMYK00.970.310.29
HSL319.32º94.65%36.67%-
HSV(B)319.32º97.25%71.37%-
XYZ23.0511.5320.41-
YUV71.6158.14206.74-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 58.33%
GREEN value IS 5 (2.34% from 255) = 1.60%
BLUE value IS 125 (49.22% from 255) = 40.06%
R=58.33%
G=1.60%
B=40.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.31
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182512500.970.310.29319.3294.6536.67
HexB657D0611F1D13f5f25
Octal26651750141373547713745
Binary1011011010111111010110000111111111011001111111011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6057D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6057D; }

 p { color: rgb(182,5,125); }

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

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

 a { background-color: rgb(182,5,125); }

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

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

 span { border-color: rgb(182,5,125); }

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