#B60682

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

Shades of Medium Violet Red #B60682

Tints of Medium Violet Red #B60682

Color information

#B60682 (or 0xB60682) is unknown color: approx Medium Violet Red. HEX triplet: B6, 06 and 82. RGB value is (182,6,130). Sum of RGB (Red+Green+Blue) = 182+6+130=318 (42% of max value = 765). Red value is 182 (71.48% from 255 or 57.23% from 318); Green value is 6 (2.73% from 255 or 1.89% from 318); Blue value is 130 (51.17% from 255 or 40.88% from 318); Max value from RGB is 182 - color contains mainly: red. Hex color #B60682 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B60682 is #49F97D. Grayscale: #484848. Windows color (decimal): -4847998 or 8521398. OLE color: 8521398.

HSL color Cylindrical-coordinate representation of color #B60682: hue angle of 317.73º degrees, saturation: 0.94, 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 #B60682 is Cyan = 0, Magento = 0.97, Yellow = 0.29 and Black (K on CMYK) = 0.29.

Color convert

RGB1826130-
CMYK00.970.290.29
HSL317.73º93.62%36.86%-
HSV(B)317.73º96.7%71.37%-
XYZ23.3911.6922.14-
YUV72.76160.31205.92-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 57.23%
GREEN value IS 6 (2.73% from 255) = 1.89%
BLUE value IS 130 (51.17% from 255) = 40.88%
R=57.23%
G=1.89%
B=40.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.29
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182613000.970.290.29317.7393.6236.86
HexB66820611D1D13e5e25
Octal26662020141353547613645
Binary10110110110100000100110000111101111011001111101011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B60682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B60682; }

 p { color: rgb(182,6,130); }

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

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

 a { background-color: rgb(182,6,130); }

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

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

 span { border-color: rgb(182,6,130); }

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