#B3397D

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

Shades of Medium Red Violet #B3397D

Tints of Medium Red Violet #B3397D

Color information

#B3397D (or 0xB3397D) is unknown color: approx Medium Red Violet. HEX triplet: B3, 39 and 7D. RGB value is (179,57,125). Sum of RGB (Red+Green+Blue) = 179+57+125=361 (47% of max value = 765). Red value is 179 (70.31% from 255 or 49.58% from 361); Green value is 57 (22.66% from 255 or 15.79% from 361); Blue value is 125 (49.22% from 255 or 34.63% from 361); Max value from RGB is 179 - color contains mainly: red. Hex color #B3397D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B3397D is #4CC682. Grayscale: #656565. Windows color (decimal): -5031555 or 8206771. OLE color: 8206771.

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

Color convert

RGB17957125-
CMYK00.680.300.30
HSL326.56º51.69%46.27%-
HSV(B)326.56º68.16%70.2%-
XYZ23.7613.9920.85-
YUV101.23141.42183.47-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 49.58%
GREEN value IS 57 (22.66% from 255) = 15.79%
BLUE value IS 125 (49.22% from 255) = 34.63%
R=49.58%
G=15.79%
B=34.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.30
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1795712500.680.300.30326.5651.6946.27
HexB3397D0441E1E147342e
Octal26371175010436365076456
Binary101100111110011111101010001001111011110101000111110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3397D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3397D; }

 p { color: rgb(179,57,125); }

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

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

 a { background-color: rgb(179,57,125); }

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

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

 span { border-color: rgb(179,57,125); }

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