#B3429D

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

Shades of Medium Red Violet #B3429D

Tints of Medium Red Violet #B3429D

Color information

#B3429D (or 0xB3429D) is unknown color: approx Medium Red Violet. HEX triplet: B3, 42 and 9D. RGB value is (179,66,157). Sum of RGB (Red+Green+Blue) = 179+66+157=402 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.53% from 402); Green value is 66 (26.17% from 255 or 16.42% from 402); Blue value is 157 (61.72% from 255 or 39.05% from 402); Max value from RGB is 179 - color contains mainly: red. Hex color #B3429D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B3429D is #4CBD62. Grayscale: #6D6D6D. Windows color (decimal): -5029219 or 10306227. OLE color: 10306227.

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

Color convert

RGB17966157-
CMYK00.630.120.30
HSL311.68º46.12%48.04%-
HSV(B)311.68º63.13%70.2%-
XYZ26.6215.9133.57-
YUV110.16154.44177.1-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 44.53%
GREEN value IS 66 (26.17% from 255) = 16.42%
BLUE value IS 157 (61.72% from 255) = 39.05%
R=44.53%
G=16.42%
B=39.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.12
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1796615700.630.120.30311.6846.1248.04
HexB3429D03FC1E1382e30
Octal26310223507714364705660
Binary101100111000010100111010111111110011110100111000101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3429D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3429D; }

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

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

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

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

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

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

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

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