#B3339E

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

Shades of Medium Red Violet #B3339E

Tints of Medium Red Violet #B3339E

Color information

#B3339E (or 0xB3339E) is unknown color: approx Medium Red Violet. HEX triplet: B3, 33 and 9E. RGB value is (179,51,158). Sum of RGB (Red+Green+Blue) = 179+51+158=388 (51% of max value = 765). Red value is 179 (70.31% from 255 or 46.13% from 388); Green value is 51 (20.31% from 255 or 13.14% from 388); Blue value is 158 (62.11% from 255 or 40.72% from 388); Max value from RGB is 179 - color contains mainly: red. Hex color #B3339E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B3339E is #4CCC61. Grayscale: #656565. Windows color (decimal): -5033058 or 10367923. OLE color: 10367923.

HSL color Cylindrical-coordinate representation of color #B3339E: hue angle of 309.84º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B3339E is Cyan = 0, Magento = 0.72, Yellow = 0.12 and Black (K on CMYK) = 0.30.

Color convert

RGB17951158-
CMYK00.720.120.30
HSL309.84º55.65%45.1%-
HSV(B)309.84º71.51%70.2%-
XYZ25.9514.4233.76-
YUV101.47159.91183.3-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 46.13%
GREEN value IS 51 (20.31% from 255) = 13.14%
BLUE value IS 158 (62.11% from 255) = 40.72%
R=46.13%
G=13.14%
B=40.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.12
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1795115800.720.120.30309.8455.6545.1
HexB3339E048C1E136382d
Octal26363236011014364667055
Binary101100111100111001111001001000110011110100110110111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3339E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3339E; }

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

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

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

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

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

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

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

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