#B9349E

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

Shades of Medium Red Violet #B9349E

Tints of Medium Red Violet #B9349E

Color information

#B9349E (or 0xB9349E) is unknown color: approx Medium Red Violet. HEX triplet: B9, 34 and 9E. RGB value is (185,52,158). Sum of RGB (Red+Green+Blue) = 185+52+158=395 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.84% from 395); Green value is 52 (20.70% from 255 or 13.16% from 395); Blue value is 158 (62.11% from 255 or 40% from 395); Max value from RGB is 185 - color contains mainly: red. Hex color #B9349E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B9349E is #46CB61. Grayscale: #676767. Windows color (decimal): -4639586 or 10368185. OLE color: 10368185.

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

Color convert

RGB18552158-
CMYK00.720.150.27
HSL312.18º56.12%46.47%-
HSV(B)312.18º71.89%72.55%-
XYZ27.4115.2433.84-
YUV103.85158.56185.88-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 46.84%
GREEN value IS 52 (20.70% from 255) = 13.16%
BLUE value IS 158 (62.11% from 255) = 40%
R=46.84%
G=13.16%
B=40%

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
Decimal1855215800.720.150.27312.1856.1246.47
HexB9349E048F1B138382e
Octal27164236011017334707056
Binary101110011101001001111001001000111111011100111000111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9349E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9349E; }

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

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

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

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

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

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

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

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