#B12098

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

Shades of Medium Red Violet #B12098

Tints of Medium Red Violet #B12098

Color information

#B12098 (or 0xB12098) is unknown color: approx Medium Red Violet. HEX triplet: B1, 20 and 98. RGB value is (177,32,152). Sum of RGB (Red+Green+Blue) = 177+32+152=361 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.03% from 361); Green value is 32 (12.89% from 255 or 8.86% from 361); Blue value is 152 (59.77% from 255 or 42.11% from 361); Max value from RGB is 177 - color contains mainly: red. Hex color #B12098 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B12098 is #4EDF67. Grayscale: #585858. Windows color (decimal): -5169000 or 9969841. OLE color: 9969841.

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

Color convert

RGB17732152-
CMYK00.820.140.31
HSL310.34º69.38%40.98%-
HSV(B)310.34º81.92%69.41%-
XYZ24.3212.6530.87-
YUV89.04163.54190.74-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 49.03%
GREEN value IS 32 (12.89% from 255) = 8.86%
BLUE value IS 152 (59.77% from 255) = 42.11%
R=49.03%
G=8.86%
B=42.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.14
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1773215200.820.140.31310.3469.3840.98
HexB12098052E1F1364529
Octal261402300122163746610551
Binary1011000110000010011000010100101110111111001101101000101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B12098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B12098; }

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

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

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

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

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

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

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

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