#B60095

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

Shades of Medium Violet Red #B60095

Tints of Medium Violet Red #B60095

Color information

#B60095 (or 0xB60095) is unknown color: approx Medium Violet Red. HEX triplet: B6, 00 and 95. RGB value is (182,0,149). Sum of RGB (Red+Green+Blue) = 182+0+149=331 (43% of max value = 765). Red value is 182 (71.48% from 255 or 54.98% from 331); Green value is 0 (0.39% from 255 or 0% from 331); Blue value is 149 (58.59% from 255 or 45.02% from 331); Max value from RGB is 182 - color contains mainly: red. Hex color #B60095 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B60095 is #49FF6A. Grayscale: #464646. Windows color (decimal): -4849515 or 9765046. OLE color: 9765046.

HSL color Cylindrical-coordinate representation of color #B60095: hue angle of 310.88º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B60095 is Cyan = 0, Magento = 1, Yellow = 0.18 and Black (K on CMYK) = 0.29.

Color convert

RGB1820149-
CMYK010.180.29
HSL310.88º100%35.69%-
HSV(B)310.88º100%71.37%-
XYZ24.7212.1229.47-
YUV71.4171.8206.88-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 54.98%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 149 (58.59% from 255) = 45.02%
R=54.98%
G=0%
B=45.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.18
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1820149010.180.29310.8810035.69
HexB6095064121D1376424
Octal26602250144223546714444
Binary101101100100101010110010010010111011001101111100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B60095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B60095; }

 p { color: rgb(182,0,149); }

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

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

 a { background-color: rgb(182,0,149); }

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

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

 span { border-color: rgb(182,0,149); }

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