#B3428D

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

Shades of Medium Red Violet #B3428D

Tints of Medium Red Violet #B3428D

Color information

#B3428D (or 0xB3428D) is unknown color: approx Medium Red Violet. HEX triplet: B3, 42 and 8D. RGB value is (179,66,141). Sum of RGB (Red+Green+Blue) = 179+66+141=386 (51% of max value = 765). Red value is 179 (70.31% from 255 or 46.37% from 386); Green value is 66 (26.17% from 255 or 17.10% from 386); Blue value is 141 (55.47% from 255 or 36.53% from 386); Max value from RGB is 179 - color contains mainly: red. Hex color #B3428D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B3428D is #4CBD72. Grayscale: #6C6C6C. Windows color (decimal): -5029235 or 9257651. OLE color: 9257651.

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

Color convert

RGB17966141-
CMYK00.630.210.30
HSL320.18º46.12%48.04%-
HSV(B)320.18º63.13%70.2%-
XYZ25.3515.426.84-
YUV108.34146.44178.4-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 46.37%
GREEN value IS 66 (26.17% from 255) = 17.10%
BLUE value IS 141 (55.47% from 255) = 36.53%
R=46.37%
G=17.10%
B=36.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.21
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1796614100.630.210.30320.1846.1248.04
HexB3428D03F151E1402e30
Octal26310221507725365005660
Binary1011001110000101000110101111111010111110101000000101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3428D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3428D; }

 p { color: rgb(179,66,141); }

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

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

 a { background-color: rgb(179,66,141); }

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

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

 span { border-color: rgb(179,66,141); }

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