#B9379B

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

Shades of Medium Red Violet #B9379B

Tints of Medium Red Violet #B9379B

Color information

#B9379B (or 0xB9379B) is unknown color: approx Medium Red Violet. HEX triplet: B9, 37 and 9B. RGB value is (185,55,155). Sum of RGB (Red+Green+Blue) = 185+55+155=395 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.84% from 395); Green value is 55 (21.88% from 255 or 13.92% from 395); Blue value is 155 (60.94% from 255 or 39.24% from 395); Max value from RGB is 185 - color contains mainly: red. Hex color #B9379B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B9379B is #46C864. Grayscale: #686868. Windows color (decimal): -4638821 or 10172345. OLE color: 10172345.

HSL color Cylindrical-coordinate representation of color #B9379B: hue angle of 313.85º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B9379B is Cyan = 0, Magento = 0.70, Yellow = 0.16 and Black (K on CMYK) = 0.27.

Color convert

RGB18555155-
CMYK00.700.160.27
HSL313.85º54.17%47.06%-
HSV(B)313.85º70.27%72.55%-
XYZ27.2915.4132.55-
YUV105.27156.07184.87-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 46.84%
GREEN value IS 55 (21.88% from 255) = 13.92%
BLUE value IS 155 (60.94% from 255) = 39.24%
R=46.84%
G=13.92%
B=39.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.16
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1855515500.700.160.27313.8554.1747.06
HexB9379B046101B13a362f
Octal27167233010620334726657
Binary1011100111011110011011010001101000011011100111010110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9379B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9379B; }

 p { color: rgb(185,55,155); }

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

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

 a { background-color: rgb(185,55,155); }

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

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

 span { border-color: rgb(185,55,155); }

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