#B4429E

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

Shades of Medium Red Violet #B4429E

Tints of Medium Red Violet #B4429E

Color information

#B4429E (or 0xB4429E) is unknown color: approx Medium Red Violet. HEX triplet: B4, 42 and 9E. RGB value is (180,66,158). Sum of RGB (Red+Green+Blue) = 180+66+158=404 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.55% from 404); Green value is 66 (26.17% from 255 or 16.34% from 404); Blue value is 158 (62.11% from 255 or 39.11% from 404); Max value from RGB is 180 - color contains mainly: red. Hex color #B4429E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B4429E is #4BBD61. Grayscale: #6E6E6E. Windows color (decimal): -4963682 or 10371764. OLE color: 10371764.

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

Color convert

RGB18066158-
CMYK00.630.120.29
HSL311.58º46.34%48.24%-
HSV(B)311.58º63.33%70.59%-
XYZ26.9416.0734.03-
YUV110.57154.77177.52-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.55%
GREEN value IS 66 (26.17% from 255) = 16.34%
BLUE value IS 158 (62.11% from 255) = 39.11%
R=44.55%
G=16.34%
B=39.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.12
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1806615800.630.120.29311.5846.3448.24
HexB4429E03FC1D1382e30
Octal26410223607714354705660
Binary101101001000010100111100111111110011101100111000101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4429E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4429E; }

 p { color: rgb(180,66,158); }

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

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

 a { background-color: rgb(180,66,158); }

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

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

 span { border-color: rgb(180,66,158); }

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