#B12C9E

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

Shades of Medium Red Violet #B12C9E

Tints of Medium Red Violet #B12C9E

Color information

#B12C9E (or 0xB12C9E) is unknown color: approx Medium Red Violet. HEX triplet: B1, 2C and 9E. RGB value is (177,44,158). Sum of RGB (Red+Green+Blue) = 177+44+158=379 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.70% from 379); Green value is 44 (17.58% from 255 or 11.61% from 379); Blue value is 158 (62.11% from 255 or 41.69% from 379); Max value from RGB is 177 - color contains mainly: red. Hex color #B12C9E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B12C9E is #4ED361. Grayscale: #606060. Windows color (decimal): -5165922 or 10366129. OLE color: 10366129.

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

Color convert

RGB17744158-
CMYK00.750.110.31
HSL308.57º60.18%43.33%-
HSV(B)308.57º75.14%69.41%-
XYZ25.213.6233.65-
YUV96.76162.56185.23-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 46.70%
GREEN value IS 44 (17.58% from 255) = 11.61%
BLUE value IS 158 (62.11% from 255) = 41.69%
R=46.70%
G=11.61%
B=41.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.11
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1774415800.750.110.31308.5760.1843.33
HexB12C9E04BB1F1353c2b
Octal26154236011313374657453
Binary101100011011001001111001001011101111111100110101111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B12C9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B12C9E; }

 p { color: rgb(177,44,158); }

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

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

 a { background-color: rgb(177,44,158); }

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

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

 span { border-color: rgb(177,44,158); }

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