#B12998

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

Shades of Medium Red Violet #B12998

Tints of Medium Red Violet #B12998

Color information

#B12998 (or 0xB12998) is unknown color: approx Medium Red Violet. HEX triplet: B1, 29 and 98. RGB value is (177,41,152). Sum of RGB (Red+Green+Blue) = 177+41+152=370 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.84% from 370); Green value is 41 (16.41% from 255 or 11.08% from 370); Blue value is 152 (59.77% from 255 or 41.08% from 370); Max value from RGB is 177 - color contains mainly: red. Hex color #B12998 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B12998 is #4ED667. Grayscale: #5E5E5E. Windows color (decimal): -5166696 or 9972145. OLE color: 9972145.

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

Color convert

RGB17741152-
CMYK00.770.140.31
HSL311.03º62.39%42.75%-
HSV(B)311.03º76.84%69.41%-
XYZ24.5913.230.96-
YUV94.32160.56186.97-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 47.84%
GREEN value IS 41 (16.41% from 255) = 11.08%
BLUE value IS 152 (59.77% from 255) = 41.08%
R=47.84%
G=11.08%
B=41.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.14
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1774115200.770.140.31311.0362.3942.75
HexB1299804DE1F1373e2b
Octal26151230011516374677653
Binary101100011010011001100001001101111011111100110111111110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B12998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B12998; }

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

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

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

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

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

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

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

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