#B3357D

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

Shades of Medium Red Violet #B3357D

Tints of Medium Red Violet #B3357D

Color information

#B3357D (or 0xB3357D) is unknown color: approx Medium Red Violet. HEX triplet: B3, 35 and 7D. RGB value is (179,53,125). Sum of RGB (Red+Green+Blue) = 179+53+125=357 (47% of max value = 765). Red value is 179 (70.31% from 255 or 50.14% from 357); Green value is 53 (21.09% from 255 or 14.85% from 357); Blue value is 125 (49.22% from 255 or 35.01% from 357); Max value from RGB is 179 - color contains mainly: red. Hex color #B3357D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B3357D is #4CCA82. Grayscale: #626262. Windows color (decimal): -5032579 or 8205747. OLE color: 8205747.

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

Color convert

RGB17953125-
CMYK00.700.300.30
HSL325.71º54.31%45.49%-
HSV(B)325.71º70.39%70.2%-
XYZ23.5713.6120.79-
YUV98.88142.74185.15-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 50.14%
GREEN value IS 53 (21.09% from 255) = 14.85%
BLUE value IS 125 (49.22% from 255) = 35.01%
R=50.14%
G=14.85%
B=35.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.30
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1795312500.700.300.30325.7154.3145.49
HexB3357D0461E1E146362d
Octal26365175010636365066655
Binary101100111101011111101010001101111011110101000110110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3357D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3357D; }

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

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

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

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

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

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

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

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