#B9348E

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

Shades of Medium Red Violet #B9348E

Tints of Medium Red Violet #B9348E

Color information

#B9348E (or 0xB9348E) is unknown color: approx Medium Red Violet. HEX triplet: B9, 34 and 8E. RGB value is (185,52,142). Sum of RGB (Red+Green+Blue) = 185+52+142=379 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.81% from 379); Green value is 52 (20.70% from 255 or 13.72% from 379); Blue value is 142 (55.86% from 255 or 37.47% from 379); Max value from RGB is 185 - color contains mainly: red. Hex color #B9348E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B9348E is #46CB71. Grayscale: #656565. Windows color (decimal): -4639602 or 9319609. OLE color: 9319609.

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

Color convert

RGB18552142-
CMYK00.720.230.27
HSL319.4º56.12%46.47%-
HSV(B)319.4º71.89%72.55%-
XYZ26.1214.7227.06-
YUV102.03150.56187.18-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 48.81%
GREEN value IS 52 (20.70% from 255) = 13.72%
BLUE value IS 142 (55.86% from 255) = 37.47%
R=48.81%
G=13.72%
B=37.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.23
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1855214200.720.230.27319.456.1246.47
HexB9348E048171B13f382e
Octal27164216011027334777056
Binary1011100111010010001110010010001011111011100111111111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9348E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9348E; }

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

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

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

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

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

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

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

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