#B1297A

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

Shades of Medium Red Violet #B1297A

Tints of Medium Red Violet #B1297A

Color information

#B1297A (or 0xB1297A) is unknown color: approx Medium Red Violet. HEX triplet: B1, 29 and 7A. RGB value is (177,41,122). Sum of RGB (Red+Green+Blue) = 177+41+122=340 (45% of max value = 765). Red value is 177 (69.53% from 255 or 52.06% from 340); Green value is 41 (16.41% from 255 or 12.06% from 340); Blue value is 122 (48.05% from 255 or 35.88% from 340); Max value from RGB is 177 - color contains mainly: red. Hex color #B1297A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1297A is #4ED685. Grayscale: #5A5A5A. Windows color (decimal): -5166726 or 8006065. OLE color: 8006065.

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

Color convert

RGB17741122-
CMYK00.770.310.31
HSL324.26º62.39%42.75%-
HSV(B)324.26º76.84%69.41%-
XYZ22.4412.3419.61-
YUV90.9145.56189.41-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 52.06%
GREEN value IS 41 (16.41% from 255) = 12.06%
BLUE value IS 122 (48.05% from 255) = 35.88%
R=52.06%
G=12.06%
B=35.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.31
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1774112200.770.310.31324.2662.3942.75
HexB1297A04D1F1F1443e2b
Octal26151172011537375047653
Binary101100011010011111010010011011111111111101000100111110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1297A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1297A; }

 p { color: rgb(177,41,122); }

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

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

 a { background-color: rgb(177,41,122); }

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

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

 span { border-color: rgb(177,41,122); }

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