#B10098

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

Shades of Medium Violet Red #B10098

Tints of Medium Violet Red #B10098

Color information

#B10098 (or 0xB10098) is unknown color: approx Medium Violet Red. HEX triplet: B1, 00 and 98. RGB value is (177,0,152). Sum of RGB (Red+Green+Blue) = 177+0+152=329 (43% of max value = 765). Red value is 177 (69.53% from 255 or 53.80% from 329); Green value is 0 (0.39% from 255 or 0% from 329); Blue value is 152 (59.77% from 255 or 46.20% from 329); Max value from RGB is 177 - color contains mainly: red. Hex color #B10098 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B10098 is #4EFF67. Grayscale: #454545. Windows color (decimal): -5177192 or 9961649. OLE color: 9961649.

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

Color convert

RGB1770152-
CMYK010.140.31
HSL308.47º100%34.71%-
HSV(B)308.47º100%69.41%-
XYZ23.811.6130.69-
YUV70.25174.14204.14-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 53.80%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 152 (59.77% from 255) = 46.20%
R=53.80%
G=0%
B=46.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.14
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1770152010.140.31308.4710034.71
HexB1098064E1F1346423
Octal26102300144163746414443
Binary10110001010011000011001001110111111001101001100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B10098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B10098; }

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

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

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

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

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

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

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

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