#B9347E

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

Shades of Medium Red Violet #B9347E

Tints of Medium Red Violet #B9347E

Color information

#B9347E (or 0xB9347E) is unknown color: approx Medium Red Violet. HEX triplet: B9, 34 and 7E. RGB value is (185,52,126). Sum of RGB (Red+Green+Blue) = 185+52+126=363 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.96% from 363); Green value is 52 (20.70% from 255 or 14.33% from 363); Blue value is 126 (49.61% from 255 or 34.71% from 363); Max value from RGB is 185 - color contains mainly: red. Hex color #B9347E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9347E is #46CB81. Grayscale: #646464. Windows color (decimal): -4639618 or 8271033. OLE color: 8271033.

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

Color convert

RGB18552126-
CMYK00.720.320.27
HSL326.62º56.12%46.47%-
HSV(B)326.62º71.89%72.55%-
XYZ2514.2821.18-
YUV100.2142.56188.48-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 50.96%
GREEN value IS 52 (20.70% from 255) = 14.33%
BLUE value IS 126 (49.61% from 255) = 34.71%
R=50.96%
G=14.33%
B=34.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.32
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1855212600.720.320.27326.6256.1246.47
HexB9347E048201B147382e
Octal27164176011040335077056
Binary1011100111010011111100100100010000011011101000111111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9347E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9347E; }

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

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

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

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

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

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

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

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