#B3428B

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

Shades of Medium Red Violet #B3428B

Tints of Medium Red Violet #B3428B

Color information

#B3428B (or 0xB3428B) is unknown color: approx Medium Red Violet. HEX triplet: B3, 42 and 8B. RGB value is (179,66,139). Sum of RGB (Red+Green+Blue) = 179+66+139=384 (50% of max value = 765). Red value is 179 (70.31% from 255 or 46.61% from 384); Green value is 66 (26.17% from 255 or 17.19% from 384); Blue value is 139 (54.69% from 255 or 36.20% from 384); Max value from RGB is 179 - color contains mainly: red. Hex color #B3428B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B3428B is #4CBD74. Grayscale: #6B6B6B. Windows color (decimal): -5029237 or 9126579. OLE color: 9126579.

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

Color convert

RGB17966139-
CMYK00.630.220.30
HSL321.24º46.12%48.04%-
HSV(B)321.24º63.13%70.2%-
XYZ25.215.3426.06-
YUV108.11145.44178.56-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 46.61%
GREEN value IS 66 (26.17% from 255) = 17.19%
BLUE value IS 139 (54.69% from 255) = 36.20%
R=46.61%
G=17.19%
B=36.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.22
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1796613900.630.220.30321.2446.1248.04
HexB3428B03F161E1412e30
Octal26310221307726365015660
Binary1011001110000101000101101111111011011110101000001101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3428B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3428B; }

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

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

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

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

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

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

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

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