#b3377e

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

Shades of Medium Red Violet #B3377E

Tints of Medium Red Violet #B3377E

Color information

#B3377E (or 0xB3377E) is unknown color: approx Medium Red Violet. HEX triplet: B3, 37 and 7E. RGB value is (179,55,126). Sum of RGB (Red+Green+Blue) = 179+55+126=360 (47% of max value = 765). Red value is 179 (70.31% from 255 or 49.72% from 360); Green value is 55 (21.88% from 255 or 15.28% from 360); Blue value is 126 (49.61% from 255 or 35% from 360); Max value from RGB is 179 - color contains mainly: red. Hex color #B3377E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B3377E is #4CC881. Grayscale: #646464. Windows color (decimal): -5032066 or 8271795. OLE color: 8271795.

HSL color Cylindrical-coordinate representation of color #B3377E: hue angle of 325.65º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B3377E is Cyan = 0, Magento = 0.69, Yellow = 0.30 and Black (K on CMYK) = 0.30.

Color convert

RGB17955126-
CMYK00.690.300.30
HSL325.65º52.99%45.88%-
HSV(B)325.65º69.27%70.2%-
XYZ23.7213.8221.16-
YUV100.17142.58184.23-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 49.72%
GREEN value IS 55 (21.88% from 255) = 15.28%
BLUE value IS 126 (49.61% from 255) = 35%
R=49.72%
G=15.28%
B=35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.30
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1795512600.690.300.30325.6552.9945.88
HexB3377E0451E1E146352e
Octal26367176010536365066556
Binary101100111101111111110010001011111011110101000110110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b3377e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b3377e; }

 p { color: rgb(179,55,126); }

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

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

 a { background-color: rgb(179,55,126); }

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

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

 span { border-color: rgb(179,55,126); }

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