#B9339F

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

Shades of Medium Red Violet #B9339F

Tints of Medium Red Violet #B9339F

Color information

#B9339F (or 0xB9339F) is unknown color: approx Medium Red Violet. HEX triplet: B9, 33 and 9F. RGB value is (185,51,159). Sum of RGB (Red+Green+Blue) = 185+51+159=395 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.84% from 395); Green value is 51 (20.31% from 255 or 12.91% from 395); Blue value is 159 (62.5% from 255 or 40.25% from 395); Max value from RGB is 185 - color contains mainly: red. Hex color #B9339F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B9339F is #46CC60. Grayscale: #676767. Windows color (decimal): -4639841 or 10433465. OLE color: 10433465.

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

Color convert

RGB18551159-
CMYK00.720.140.27
HSL311.64º56.78%46.27%-
HSV(B)311.64º72.43%72.55%-
XYZ27.4515.1934.29-
YUV103.38159.39186.22-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 46.84%
GREEN value IS 51 (20.31% from 255) = 12.91%
BLUE value IS 159 (62.5% from 255) = 40.25%
R=46.84%
G=12.91%
B=40.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.14
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1855115900.720.140.27311.6456.7846.27
HexB9339F048E1B138392e
Octal27163237011016334707156
Binary101110011100111001111101001000111011011100111000111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9339F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9339F; }

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

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

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

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

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

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

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

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