#B1428B

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

Shades of Medium Red Violet #B1428B

Tints of Medium Red Violet #B1428B

Color information

#B1428B (or 0xB1428B) is unknown color: approx Medium Red Violet. HEX triplet: B1, 42 and 8B. RGB value is (177,66,139). Sum of RGB (Red+Green+Blue) = 177+66+139=382 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.34% from 382); Green value is 66 (26.17% from 255 or 17.28% from 382); Blue value is 139 (54.69% from 255 or 36.39% from 382); Max value from RGB is 177 - color contains mainly: red. Hex color #B1428B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B1428B is #4EBD74. Grayscale: #6B6B6B. Windows color (decimal): -5160309 or 9126577. OLE color: 9126577.

HSL color Cylindrical-coordinate representation of color #B1428B: hue angle of 320.54º 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 #B1428B is Cyan = 0, Magento = 0.63, Yellow = 0.21 and Black (K on CMYK) = 0.31.

Color convert

RGB17766139-
CMYK00.630.210.31
HSL320.54º45.68%47.65%-
HSV(B)320.54º62.71%69.41%-
XYZ24.7415.1126.04-
YUV107.51145.77177.56-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 46.34%
GREEN value IS 66 (26.17% from 255) = 17.28%
BLUE value IS 139 (54.69% from 255) = 36.39%
R=46.34%
G=17.28%
B=36.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.21
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1776613900.630.210.31320.5445.6847.65
HexB1428B03F151F1412e30
Octal26110221307725375015660
Binary1011000110000101000101101111111010111111101000001101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1428B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1428B; }

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

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

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

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

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

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

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

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