#B1278D

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

Shades of Medium Red Violet #B1278D

Tints of Medium Red Violet #B1278D

Color information

#B1278D (or 0xB1278D) is unknown color: approx Medium Red Violet. HEX triplet: B1, 27 and 8D. RGB value is (177,39,141). Sum of RGB (Red+Green+Blue) = 177+39+141=357 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.58% from 357); Green value is 39 (15.62% from 255 or 10.92% from 357); Blue value is 141 (55.47% from 255 or 39.50% from 357); Max value from RGB is 177 - color contains mainly: red. Hex color #B1278D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B1278D is #4ED872. Grayscale: #5B5B5B. Windows color (decimal): -5167219 or 9250737. OLE color: 9250737.

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

Color convert

RGB17739141-
CMYK00.780.200.31
HSL315.65º63.89%42.35%-
HSV(B)315.65º77.97%69.41%-
XYZ23.6612.7226.41-
YUV91.89155.72188.71-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 49.58%
GREEN value IS 39 (15.62% from 255) = 10.92%
BLUE value IS 141 (55.47% from 255) = 39.50%
R=49.58%
G=10.92%
B=39.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.20
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1773914100.780.200.31315.6563.8942.35
HexB1278D04E141F13c402a
Octal261472150116243747410052
Binary10110001100111100011010100111010100111111001111001000000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1278D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1278D; }

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

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

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

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

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

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

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

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