#B12D9C

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

Shades of Medium Red Violet #B12D9C

Tints of Medium Red Violet #B12D9C

Color information

#B12D9C (or 0xB12D9C) is unknown color: approx Medium Red Violet. HEX triplet: B1, 2D and 9C. RGB value is (177,45,156). Sum of RGB (Red+Green+Blue) = 177+45+156=378 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.83% from 378); Green value is 45 (17.97% from 255 or 11.90% from 378); Blue value is 156 (61.33% from 255 or 41.27% from 378); Max value from RGB is 177 - color contains mainly: red. Hex color #B12D9C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B12D9C is #4ED263. Grayscale: #606060. Windows color (decimal): -5165668 or 10235313. OLE color: 10235313.

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

Color convert

RGB17745156-
CMYK00.750.120.31
HSL309.55º59.46%43.53%-
HSV(B)309.55º74.58%69.41%-
XYZ25.0713.6232.76-
YUV97.12161.23184.97-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 46.83%
GREEN value IS 45 (17.97% from 255) = 11.90%
BLUE value IS 156 (61.33% from 255) = 41.27%
R=46.83%
G=11.90%
B=41.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.12
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1774515600.750.120.31309.5559.4643.53
HexB12D9C04BC1F1363b2c
Octal26155234011314374667354
Binary101100011011011001110001001011110011111100110110111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B12D9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B12D9C; }

 p { color: rgb(177,45,156); }

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

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

 a { background-color: rgb(177,45,156); }

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

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

 span { border-color: rgb(177,45,156); }

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