#B60688

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

Shades of Medium Violet Red #B60688

Tints of Medium Violet Red #B60688

Color information

#B60688 (or 0xB60688) is unknown color: approx Medium Violet Red. HEX triplet: B6, 06 and 88. RGB value is (182,6,136). Sum of RGB (Red+Green+Blue) = 182+6+136=324 (42% of max value = 765). Red value is 182 (71.48% from 255 or 56.17% from 324); Green value is 6 (2.73% from 255 or 1.85% from 324); Blue value is 136 (53.52% from 255 or 41.98% from 324); Max value from RGB is 182 - color contains mainly: red. Hex color #B60688 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B60688 is #49F977. Grayscale: #494949. Windows color (decimal): -4847992 or 8914614. OLE color: 8914614.

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

Color convert

RGB1826136-
CMYK00.970.250.29
HSL315.68º93.62%36.86%-
HSV(B)315.68º96.7%71.37%-
XYZ23.811.8524.33-
YUV73.44163.31205.43-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 56.17%
GREEN value IS 6 (2.73% from 255) = 1.85%
BLUE value IS 136 (53.52% from 255) = 41.98%
R=56.17%
G=1.85%
B=41.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.25
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182613600.970.250.29315.6893.6236.86
HexB6688061191D13c5e25
Octal26662100141313547413645
Binary10110110110100010000110000111001111011001111001011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B60688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B60688; }

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

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

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

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

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

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

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

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