#B1428A

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

Shades of Medium Red Violet #B1428A

Tints of Medium Red Violet #B1428A

Color information

#B1428A (or 0xB1428A) is unknown color: approx Medium Red Violet. HEX triplet: B1, 42 and 8A. RGB value is (177,66,138). Sum of RGB (Red+Green+Blue) = 177+66+138=381 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.46% from 381); Green value is 66 (26.17% from 255 or 17.32% from 381); Blue value is 138 (54.30% from 255 or 36.22% from 381); Max value from RGB is 177 - color contains mainly: red. Hex color #B1428A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B1428A is #4EBD75. Grayscale: #6B6B6B. Windows color (decimal): -5160310 or 9061041. OLE color: 9061041.

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

Color convert

RGB17766138-
CMYK00.630.220.31
HSL321.08º45.68%47.65%-
HSV(B)321.08º62.71%69.41%-
XYZ24.6715.0825.66-
YUV107.4145.27177.65-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 46.46%
GREEN value IS 66 (26.17% from 255) = 17.32%
BLUE value IS 138 (54.30% from 255) = 36.22%
R=46.46%
G=17.32%
B=36.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.22
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1776613800.630.220.31321.0845.6847.65
HexB1428A03F161F1412e30
Octal26110221207726375015660
Binary1011000110000101000101001111111011011111101000001101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1428A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1428A; }

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

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

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

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

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

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

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

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