#B9328A

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

Shades of Medium Red Violet #B9328A

Tints of Medium Red Violet #B9328A

Color information

#B9328A (or 0xB9328A) is unknown color: approx Medium Red Violet. HEX triplet: B9, 32 and 8A. RGB value is (185,50,138). Sum of RGB (Red+Green+Blue) = 185+50+138=373 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.60% from 373); Green value is 50 (19.92% from 255 or 13.40% from 373); Blue value is 138 (54.30% from 255 or 37.00% from 373); Max value from RGB is 185 - color contains mainly: red. Hex color #B9328A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B9328A is #46CD75. Grayscale: #646464. Windows color (decimal): -4640118 or 9056953. OLE color: 9056953.

HSL color Cylindrical-coordinate representation of color #B9328A: hue angle of 320.89º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B9328A is Cyan = 0, Magento = 0.73, Yellow = 0.25 and Black (K on CMYK) = 0.27.

Color convert

RGB18550138-
CMYK00.730.250.27
HSL320.89º57.45%46.08%-
HSV(B)320.89º72.97%72.55%-
XYZ25.7414.4325.47-
YUV100.4149.23188.34-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 49.60%
GREEN value IS 50 (19.92% from 255) = 13.40%
BLUE value IS 138 (54.30% from 255) = 37.00%
R=49.60%
G=13.40%
B=37.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.25
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1855013800.730.250.27320.8957.4546.08
HexB9328A049191B141392e
Octal27162212011131335017156
Binary1011100111001010001010010010011100111011101000001111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9328A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9328A; }

 p { color: rgb(185,50,138); }

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

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

 a { background-color: rgb(185,50,138); }

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

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

 span { border-color: rgb(185,50,138); }

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