#B9339E

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

Shades of Medium Red Violet #B9339E

Tints of Medium Red Violet #B9339E

Color information

#B9339E (or 0xB9339E) is unknown color: approx Medium Red Violet. HEX triplet: B9, 33 and 9E. RGB value is (185,51,158). Sum of RGB (Red+Green+Blue) = 185+51+158=394 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.95% from 394); Green value is 51 (20.31% from 255 or 12.94% from 394); Blue value is 158 (62.11% from 255 or 40.10% from 394); Max value from RGB is 185 - color contains mainly: red. Hex color #B9339E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B9339E is #46CC61. Grayscale: #666666. Windows color (decimal): -4639842 or 10367929. OLE color: 10367929.

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

Color convert

RGB18551158-
CMYK00.720.150.27
HSL312.09º56.78%46.27%-
HSV(B)312.09º72.43%72.55%-
XYZ27.3615.1533.83-
YUV103.26158.89186.3-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 46.95%
GREEN value IS 51 (20.31% from 255) = 12.94%
BLUE value IS 158 (62.11% from 255) = 40.10%
R=46.95%
G=12.94%
B=40.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.15
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1855115800.720.150.27312.0956.7846.27
HexB9339E048F1B138392e
Octal27163236011017334707156
Binary101110011100111001111001001000111111011100111000111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9339E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9339E; }

 p { color: rgb(185,51,158); }

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

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

 a { background-color: rgb(185,51,158); }

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

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

 span { border-color: rgb(185,51,158); }

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