#B9347D

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

Shades of Medium Red Violet #B9347D

Tints of Medium Red Violet #B9347D

Color information

#B9347D (or 0xB9347D) is unknown color: approx Medium Red Violet. HEX triplet: B9, 34 and 7D. RGB value is (185,52,125). Sum of RGB (Red+Green+Blue) = 185+52+125=362 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.10% from 362); Green value is 52 (20.70% from 255 or 14.36% from 362); Blue value is 125 (49.22% from 255 or 34.53% from 362); Max value from RGB is 185 - color contains mainly: red. Hex color #B9347D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9347D is #46CB82. Grayscale: #636363. Windows color (decimal): -4639619 or 8205497. OLE color: 8205497.

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

Color convert

RGB18552125-
CMYK00.720.320.27
HSL327.07º56.12%46.47%-
HSV(B)327.07º71.89%72.55%-
XYZ24.9414.2520.84-
YUV100.09142.06188.56-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 51.10%
GREEN value IS 52 (20.70% from 255) = 14.36%
BLUE value IS 125 (49.22% from 255) = 34.53%
R=51.10%
G=14.36%
B=34.53%

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
Decimal1855212500.720.320.27327.0756.1246.47
HexB9347D048201B147382e
Octal27164175011040335077056
Binary1011100111010011111010100100010000011011101000111111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9347D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9347D; }

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

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

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

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

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

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

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

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