#B60098

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

Shades of Medium Violet Red #B60098

Tints of Medium Violet Red #B60098

Color information

#B60098 (or 0xB60098) is unknown color: approx Medium Violet Red. HEX triplet: B6, 00 and 98. RGB value is (182,0,152). Sum of RGB (Red+Green+Blue) = 182+0+152=334 (44% of max value = 765). Red value is 182 (71.48% from 255 or 54.49% from 334); Green value is 0 (0.39% from 255 or 0% from 334); Blue value is 152 (59.77% from 255 or 45.51% from 334); Max value from RGB is 182 - color contains mainly: red. Hex color #B60098 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B60098 is #49FF67. Grayscale: #474747. Windows color (decimal): -4849512 or 9961654. OLE color: 9961654.

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

Color convert

RGB1820152-
CMYK010.160.29
HSL309.89º100%35.69%-
HSV(B)309.89º100%71.37%-
XYZ24.9612.2130.75-
YUV71.75173.3206.64-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 54.49%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 152 (59.77% from 255) = 45.51%
R=54.49%
G=0%
B=45.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.16
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1820152010.160.29309.8910035.69
HexB6098064101D1366424
Octal26602300144203546614444
Binary101101100100110000110010010000111011001101101100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B60098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B60098; }

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

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

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

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

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

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

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

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