#B9289B

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

Shades of Medium Red Violet #B9289B

Tints of Medium Red Violet #B9289B

Color information

#B9289B (or 0xB9289B) is unknown color: approx Medium Red Violet. HEX triplet: B9, 28 and 9B. RGB value is (185,40,155). Sum of RGB (Red+Green+Blue) = 185+40+155=380 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.68% from 380); Green value is 40 (16.02% from 255 or 10.53% from 380); Blue value is 155 (60.94% from 255 or 40.79% from 380); Max value from RGB is 185 - color contains mainly: red. Hex color #B9289B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B9289B is #46D764. Grayscale: #606060. Windows color (decimal): -4642661 or 10168505. OLE color: 10168505.

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

Color convert

RGB18540155-
CMYK00.780.160.27
HSL312.41º64.44%44.12%-
HSV(B)312.41º78.38%72.55%-
XYZ26.6814.232.34-
YUV96.46161.04191.15-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 48.68%
GREEN value IS 40 (16.02% from 255) = 10.53%
BLUE value IS 155 (60.94% from 255) = 40.79%
R=48.68%
G=10.53%
B=40.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.16
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1854015500.780.160.27312.4164.4444.12
HexB9289B04E101B138402c
Octal271502330116203347010054
Binary10111001101000100110110100111010000110111001110001000000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9289B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9289B; }

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

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

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

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

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

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

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

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