#B2429C

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

Shades of Medium Red Violet #B2429C

Tints of Medium Red Violet #B2429C

Color information

#B2429C (or 0xB2429C) is unknown color: approx Medium Red Violet. HEX triplet: B2, 42 and 9C. RGB value is (178,66,156). Sum of RGB (Red+Green+Blue) = 178+66+156=400 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.5% from 400); Green value is 66 (26.17% from 255 or 16.5% from 400); Blue value is 156 (61.33% from 255 or 39% from 400); Max value from RGB is 178 - color contains mainly: red. Hex color #B2429C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B2429C is #4DBD63. Grayscale: #6D6D6D. Windows color (decimal): -5094756 or 10240690. OLE color: 10240690.

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

Color convert

RGB17866156-
CMYK00.630.120.30
HSL311.79º45.9%47.84%-
HSV(B)311.79º62.92%69.8%-
XYZ26.3115.7633.11-
YUV109.75154.11176.68-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 44.5%
GREEN value IS 66 (26.17% from 255) = 16.5%
BLUE value IS 156 (61.33% from 255) = 39%
R=44.5%
G=16.5%
B=39%

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
Decimal1786615600.630.120.30311.7945.947.84
HexB2429C03FC1E1382e30
Octal26210223407714364705660
Binary101100101000010100111000111111110011110100111000101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2429C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2429C; }

 p { color: rgb(178,66,156); }

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

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

 a { background-color: rgb(178,66,156); }

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

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

 span { border-color: rgb(178,66,156); }

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