#B9288D

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

Shades of Medium Red Violet #B9288D

Tints of Medium Red Violet #B9288D

Color information

#B9288D (or 0xB9288D) is unknown color: approx Medium Red Violet. HEX triplet: B9, 28 and 8D. RGB value is (185,40,141). Sum of RGB (Red+Green+Blue) = 185+40+141=366 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.55% from 366); Green value is 40 (16.02% from 255 or 10.93% from 366); Blue value is 141 (55.47% from 255 or 38.52% from 366); Max value from RGB is 185 - color contains mainly: red. Hex color #B9288D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B9288D is #46D772. Grayscale: #5E5E5E. Windows color (decimal): -4642675 or 9251001. OLE color: 9251001.

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

Color convert

RGB18540141-
CMYK00.780.240.27
HSL318.21º64.44%44.12%-
HSV(B)318.21º78.38%72.55%-
XYZ25.5713.7526.51-
YUV94.87154.04192.29-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 50.55%
GREEN value IS 40 (16.02% from 255) = 10.93%
BLUE value IS 141 (55.47% from 255) = 38.52%
R=50.55%
G=10.93%
B=38.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.24
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1854014100.780.240.27318.2164.4444.12
HexB9288D04E181B13e402c
Octal271502150116303347610054
Binary10111001101000100011010100111011000110111001111101000000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9288D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9288D; }

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

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

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

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

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

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

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

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