#B1279D

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

Shades of Medium Red Violet #B1279D

Tints of Medium Red Violet #B1279D

Color information

#B1279D (or 0xB1279D) is unknown color: approx Medium Red Violet. HEX triplet: B1, 27 and 9D. RGB value is (177,39,157). Sum of RGB (Red+Green+Blue) = 177+39+157=373 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.45% from 373); Green value is 39 (15.62% from 255 or 10.46% from 373); Blue value is 157 (61.72% from 255 or 42.09% from 373); Max value from RGB is 177 - color contains mainly: red. Hex color #B1279D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B1279D is #4ED862. Grayscale: #5D5D5D. Windows color (decimal): -5167203 or 10299313. OLE color: 10299313.

HSL color Cylindrical-coordinate representation of color #B1279D: hue angle of 308.7º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B1279D is Cyan = 0, Magento = 0.78, Yellow = 0.11 and Black (K on CMYK) = 0.31.

Color convert

RGB17739157-
CMYK00.780.110.31
HSL308.7º63.89%42.35%-
HSV(B)308.7º77.97%69.41%-
XYZ24.9413.2333.14-
YUV93.71163.72187.41-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 47.45%
GREEN value IS 39 (15.62% from 255) = 10.46%
BLUE value IS 157 (61.72% from 255) = 42.09%
R=47.45%
G=10.46%
B=42.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.11
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1773915700.780.110.31308.763.8942.35
HexB1279D04EB1F135402a
Octal261472350116133746510052
Binary1011000110011110011101010011101011111111001101011000000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1279D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1279D; }

 p { color: rgb(177,39,157); }

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

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

 a { background-color: rgb(177,39,157); }

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

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

 span { border-color: rgb(177,39,157); }

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