#B50098

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

Shades of Medium Violet Red #B50098

Tints of Medium Violet Red #B50098

Color information

#B50098 (or 0xB50098) is unknown color: approx Medium Violet Red. HEX triplet: B5, 00 and 98. RGB value is (181,0,152). Sum of RGB (Red+Green+Blue) = 181+0+152=333 (44% of max value = 765). Red value is 181 (71.09% from 255 or 54.35% from 333); Green value is 0 (0.39% from 255 or 0% from 333); Blue value is 152 (59.77% from 255 or 45.65% from 333); Max value from RGB is 181 - color contains mainly: red. Hex color #B50098 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B50098 is #4AFF67. Grayscale: #474747. Windows color (decimal): -4915048 or 9961653. OLE color: 9961653.

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

Color convert

RGB1810152-
CMYK010.160.29
HSL309.61º100%35.49%-
HSV(B)309.61º100%70.98%-
XYZ24.7212.0930.74-
YUV71.45173.47206.14-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 54.35%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 152 (59.77% from 255) = 45.65%
R=54.35%
G=0%
B=45.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.16
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1810152010.160.29309.6110035.49
HexB5098064101D1366423
Octal26502300144203546614443
Binary101101010100110000110010010000111011001101101100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B50098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B50098; }

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

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

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

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

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

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

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

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