#b9289a

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

Shades of Medium Red Violet #B9289A

Tints of Medium Red Violet #B9289A

Color information

#B9289A (or 0xB9289A) is unknown color: approx Medium Red Violet. HEX triplet: B9, 28 and 9A. RGB value is (185,40,154). Sum of RGB (Red+Green+Blue) = 185+40+154=379 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.81% from 379); Green value is 40 (16.02% from 255 or 10.55% from 379); Blue value is 154 (60.55% from 255 or 40.63% from 379); Max value from RGB is 185 - color contains mainly: red. Hex color #B9289A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B9289A is #46D765. Grayscale: #606060. Windows color (decimal): -4642662 or 10102969. OLE color: 10102969.

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

Color convert

RGB18540154-
CMYK00.780.170.27
HSL312.83º64.44%44.12%-
HSV(B)312.83º78.38%72.55%-
XYZ26.614.1631.9-
YUV96.35160.54191.23-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 48.81%
GREEN value IS 40 (16.02% from 255) = 10.55%
BLUE value IS 154 (60.55% from 255) = 40.63%
R=48.81%
G=10.55%
B=40.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.17
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1854015400.780.170.27312.8364.4444.12
HexB9289A04E111B139402c
Octal271502320116213347110054
Binary10111001101000100110100100111010001110111001110011000000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b9289a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b9289a; }

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

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

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

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

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

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

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

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