#B0129C

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

Shades of Medium Violet Red #B0129C

Tints of Medium Violet Red #B0129C

Color information

#B0129C (or 0xB0129C) is unknown color: approx Medium Violet Red. HEX triplet: B0, 12 and 9C. RGB value is (176,18,156). Sum of RGB (Red+Green+Blue) = 176+18+156=350 (46% of max value = 765). Red value is 176 (69.14% from 255 or 50.29% from 350); Green value is 18 (7.42% from 255 or 5.14% from 350); Blue value is 156 (61.33% from 255 or 44.57% from 350); Max value from RGB is 176 - color contains mainly: red. Hex color #B0129C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B0129C is #4FED63. Grayscale: #505050. Windows color (decimal): -5238116 or 10228400. OLE color: 10228400.

HSL color Cylindrical-coordinate representation of color #B0129C: hue angle of 307.59º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B0129C is Cyan = 0, Magento = 0.90, Yellow = 0.11 and Black (K on CMYK) = 0.31.

Color convert

RGB17618156-
CMYK00.900.110.31
HSL307.59º81.44%38.04%-
HSV(B)307.59º89.77%69.02%-
XYZ24.1212.0632.51-
YUV80.97170.35195.78-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 50.29%
GREEN value IS 18 (7.42% from 255) = 5.14%
BLUE value IS 156 (61.33% from 255) = 44.57%
R=50.29%
G=5.14%
B=44.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.11
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761815600.900.110.31307.5981.4438.04
HexB0129C05AB1F1345126
Octal260222340132133746412146
Binary101100001001010011100010110101011111111001101001010001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0129C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0129C; }

 p { color: rgb(176,18,156); }

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

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

 a { background-color: rgb(176,18,156); }

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

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

 span { border-color: rgb(176,18,156); }

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