#B1428E

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

Shades of Medium Red Violet #B1428E

Tints of Medium Red Violet #B1428E

Color information

#B1428E (or 0xB1428E) is unknown color: approx Medium Red Violet. HEX triplet: B1, 42 and 8E. RGB value is (177,66,142). Sum of RGB (Red+Green+Blue) = 177+66+142=385 (50% of max value = 765). Red value is 177 (69.53% from 255 or 45.97% from 385); Green value is 66 (26.17% from 255 or 17.14% from 385); Blue value is 142 (55.86% from 255 or 36.88% from 385); Max value from RGB is 177 - color contains mainly: red. Hex color #B1428E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B1428E is #4EBD71. Grayscale: #6B6B6B. Windows color (decimal): -5160306 or 9323185. OLE color: 9323185.

HSL color Cylindrical-coordinate representation of color #B1428E: hue angle of 318.92º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B1428E is Cyan = 0, Magento = 0.63, Yellow = 0.20 and Black (K on CMYK) = 0.31.

Color convert

RGB17766142-
CMYK00.630.200.31
HSL318.92º45.68%47.65%-
HSV(B)318.92º62.71%69.41%-
XYZ24.9615.227.21-
YUV107.85147.27177.32-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 45.97%
GREEN value IS 66 (26.17% from 255) = 17.14%
BLUE value IS 142 (55.86% from 255) = 36.88%
R=45.97%
G=17.14%
B=36.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.20
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1776614200.630.200.31318.9245.6847.65
HexB1428E03F141F13f2e30
Octal26110221607724374775660
Binary1011000110000101000111001111111010011111100111111101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1428E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1428E; }

 p { color: rgb(177,66,142); }

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

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

 a { background-color: rgb(177,66,142); }

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

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

 span { border-color: rgb(177,66,142); }

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