#B3399E

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

Shades of Medium Red Violet #B3399E

Tints of Medium Red Violet #B3399E

Color information

#B3399E (or 0xB3399E) is unknown color: approx Medium Red Violet. HEX triplet: B3, 39 and 9E. RGB value is (179,57,158). Sum of RGB (Red+Green+Blue) = 179+57+158=394 (52% of max value = 765). Red value is 179 (70.31% from 255 or 45.43% from 394); Green value is 57 (22.66% from 255 or 14.47% from 394); Blue value is 158 (62.11% from 255 or 40.10% from 394); Max value from RGB is 179 - color contains mainly: red. Hex color #B3399E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B3399E is #4CC661. Grayscale: #686868. Windows color (decimal): -5031522 or 10369459. OLE color: 10369459.

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

Color convert

RGB17957158-
CMYK00.680.120.30
HSL310.33º51.69%46.27%-
HSV(B)310.33º68.16%70.2%-
XYZ26.2314.9833.86-
YUV104.99157.92180.79-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 45.43%
GREEN value IS 57 (22.66% from 255) = 14.47%
BLUE value IS 158 (62.11% from 255) = 40.10%
R=45.43%
G=14.47%
B=40.10%

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
Decimal1795715800.680.120.30310.3351.6946.27
HexB3399E044C1E136342e
Octal26371236010414364666456
Binary101100111110011001111001000100110011110100110110110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3399E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3399E; }

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

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

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

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

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

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

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

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