#B3399D

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

Shades of Medium Red Violet #B3399D

Tints of Medium Red Violet #B3399D

Color information

#B3399D (or 0xB3399D) is unknown color: approx Medium Red Violet. HEX triplet: B3, 39 and 9D. RGB value is (179,57,157). Sum of RGB (Red+Green+Blue) = 179+57+157=393 (52% of max value = 765). Red value is 179 (70.31% from 255 or 45.55% from 393); Green value is 57 (22.66% from 255 or 14.50% from 393); Blue value is 157 (61.72% from 255 or 39.95% from 393); Max value from RGB is 179 - color contains mainly: red. Hex color #B3399D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B3399D is #4CC662. Grayscale: #686868. Windows color (decimal): -5031523 or 10303923. OLE color: 10303923.

HSL color Cylindrical-coordinate representation of color #B3399D: hue angle of 310.82º 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 #B3399D is Cyan = 0, Magento = 0.68, Yellow = 0.12 and Black (K on CMYK) = 0.30.

Color convert

RGB17957157-
CMYK00.680.120.30
HSL310.82º51.69%46.27%-
HSV(B)310.82º68.16%70.2%-
XYZ26.1414.9433.41-
YUV104.88157.42180.87-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 45.55%
GREEN value IS 57 (22.66% from 255) = 14.50%
BLUE value IS 157 (61.72% from 255) = 39.95%
R=45.55%
G=14.50%
B=39.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.12
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1795715700.680.120.30310.8251.6946.27
HexB3399D044C1E137342e
Octal26371235010414364676456
Binary101100111110011001110101000100110011110100110111110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3399D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3399D; }

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

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

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

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

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

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

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

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