#B12A7E

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

Shades of Medium Red Violet #B12A7E

Tints of Medium Red Violet #B12A7E

Color information

#B12A7E (or 0xB12A7E) is unknown color: approx Medium Red Violet. HEX triplet: B1, 2A and 7E. RGB value is (177,42,126). Sum of RGB (Red+Green+Blue) = 177+42+126=345 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.30% from 345); Green value is 42 (16.80% from 255 or 12.17% from 345); Blue value is 126 (49.61% from 255 or 36.52% from 345); Max value from RGB is 177 - color contains mainly: red. Hex color #B12A7E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B12A7E is #4ED581. Grayscale: #5B5B5B. Windows color (decimal): -5166466 or 8268465. OLE color: 8268465.

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

Color convert

RGB17742126-
CMYK00.760.290.31
HSL322.67º61.64%42.94%-
HSV(B)322.67º76.27%69.41%-
XYZ22.7312.5120.96-
YUV91.94147.23188.67-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 51.30%
GREEN value IS 42 (16.80% from 255) = 12.17%
BLUE value IS 126 (49.61% from 255) = 36.52%
R=51.30%
G=12.17%
B=36.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.29
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1774212600.760.290.31322.6761.6442.94
HexB12A7E04C1D1F1433e2b
Octal26152176011435375037653
Binary101100011010101111110010011001110111111101000011111110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B12A7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B12A7E; }

 p { color: rgb(177,42,126); }

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

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

 a { background-color: rgb(177,42,126); }

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

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

 span { border-color: rgb(177,42,126); }

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