#B9297B

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

Shades of Medium Red Violet #B9297B

Tints of Medium Red Violet #B9297B

Color information

#B9297B (or 0xB9297B) is unknown color: approx Medium Red Violet. HEX triplet: B9, 29 and 7B. RGB value is (185,41,123). Sum of RGB (Red+Green+Blue) = 185+41+123=349 (46% of max value = 765). Red value is 185 (72.66% from 255 or 53.01% from 349); Green value is 41 (16.41% from 255 or 11.75% from 349); Blue value is 123 (48.44% from 255 or 35.24% from 349); Max value from RGB is 185 - color contains mainly: red. Hex color #B9297B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9297B is #46D684. Grayscale: #5D5D5D. Windows color (decimal): -4642437 or 8071609. OLE color: 8071609.

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

Color convert

RGB18541123-
CMYK00.780.340.27
HSL325.83º63.72%44.31%-
HSV(B)325.83º77.84%72.55%-
XYZ24.3813.3320.03-
YUV93.4144.71193.33-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 53.01%
GREEN value IS 41 (16.41% from 255) = 11.75%
BLUE value IS 123 (48.44% from 255) = 35.24%
R=53.01%
G=11.75%
B=35.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.34
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1854112300.780.340.27325.8363.7244.31
HexB9297B04E221B146402c
Octal271511730116423350610054
Binary10111001101001111101101001110100010110111010001101000000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9297B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9297B; }

 p { color: rgb(185,41,123); }

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

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

 a { background-color: rgb(185,41,123); }

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

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

 span { border-color: rgb(185,41,123); }

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