#B12F99

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

Shades of Medium Red Violet #B12F99

Tints of Medium Red Violet #B12F99

Color information

#B12F99 (or 0xB12F99) is unknown color: approx Medium Red Violet. HEX triplet: B1, 2F and 99. RGB value is (177,47,153). Sum of RGB (Red+Green+Blue) = 177+47+153=377 (49% of max value = 765). Red value is 177 (69.53% from 255 or 46.95% from 377); Green value is 47 (18.75% from 255 or 12.47% from 377); Blue value is 153 (60.16% from 255 or 40.58% from 377); Max value from RGB is 177 - color contains mainly: red. Hex color #B12F99 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B12F99 is #4ED066. Grayscale: #616161. Windows color (decimal): -5165159 or 10039217. OLE color: 10039217.

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

Color convert

RGB17747153-
CMYK00.730.140.31
HSL311.08º58.04%43.92%-
HSV(B)311.08º73.45%69.41%-
XYZ24.913.6831.47-
YUV97.95159.07184.38-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 46.95%
GREEN value IS 47 (18.75% from 255) = 12.47%
BLUE value IS 153 (60.16% from 255) = 40.58%
R=46.95%
G=12.47%
B=40.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.14
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1774715300.730.140.31311.0858.0443.92
HexB12F99049E1F1373a2c
Octal26157231011116374677254
Binary101100011011111001100101001001111011111100110111111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B12F99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B12F99; }

 p { color: rgb(177,47,153); }

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

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

 a { background-color: rgb(177,47,153); }

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

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

 span { border-color: rgb(177,47,153); }

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