#B3429A

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

Shades of Medium Red Violet #B3429A

Tints of Medium Red Violet #B3429A

Color information

#B3429A (or 0xB3429A) is unknown color: approx Medium Red Violet. HEX triplet: B3, 42 and 9A. RGB value is (179,66,154). Sum of RGB (Red+Green+Blue) = 179+66+154=399 (52% of max value = 765). Red value is 179 (70.31% from 255 or 44.86% from 399); Green value is 66 (26.17% from 255 or 16.54% from 399); Blue value is 154 (60.55% from 255 or 38.60% from 399); Max value from RGB is 179 - color contains mainly: red. Hex color #B3429A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B3429A is #4CBD65. Grayscale: #6D6D6D. Windows color (decimal): -5029222 or 10109619. OLE color: 10109619.

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

Color convert

RGB17966154-
CMYK00.630.140.30
HSL313.27º46.12%48.04%-
HSV(B)313.27º63.13%70.2%-
XYZ26.3715.8132.23-
YUV109.82152.94177.34-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 44.86%
GREEN value IS 66 (26.17% from 255) = 16.54%
BLUE value IS 154 (60.55% from 255) = 38.60%
R=44.86%
G=16.54%
B=38.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.14
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1796615400.630.140.30313.2746.1248.04
HexB3429A03FE1E1392e30
Octal26310223207716364715660
Binary101100111000010100110100111111111011110100111001101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3429A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3429A; }

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

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

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

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

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

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

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

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