#B9288E

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

Shades of Medium Red Violet #B9288E

Tints of Medium Red Violet #B9288E

Color information

#B9288E (or 0xB9288E) is unknown color: approx Medium Red Violet. HEX triplet: B9, 28 and 8E. RGB value is (185,40,142). Sum of RGB (Red+Green+Blue) = 185+40+142=367 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.41% from 367); Green value is 40 (16.02% from 255 or 10.90% from 367); Blue value is 142 (55.86% from 255 or 38.69% from 367); Max value from RGB is 185 - color contains mainly: red. Hex color #B9288E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B9288E is #46D771. Grayscale: #5E5E5E. Windows color (decimal): -4642674 or 9316537. OLE color: 9316537.

HSL color Cylindrical-coordinate representation of color #B9288E: hue angle of 317.79º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B9288E is Cyan = 0, Magento = 0.78, Yellow = 0.23 and Black (K on CMYK) = 0.27.

Color convert

RGB18540142-
CMYK00.780.230.27
HSL317.79º64.44%44.12%-
HSV(B)317.79º78.38%72.55%-
XYZ25.6513.7826.9-
YUV94.98154.54192.21-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 50.41%
GREEN value IS 40 (16.02% from 255) = 10.90%
BLUE value IS 142 (55.86% from 255) = 38.69%
R=50.41%
G=10.90%
B=38.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.23
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1854014200.780.230.27317.7964.4444.12
HexB9288E04E171B13e402c
Octal271502160116273347610054
Binary10111001101000100011100100111010111110111001111101000000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9288E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9288E; }

 p { color: rgb(185,40,142); }

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

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

 a { background-color: rgb(185,40,142); }

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

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

 span { border-color: rgb(185,40,142); }

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