#B42DA9

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

Shades of Medium Red Violet #B42DA9

Tints of Medium Red Violet #B42DA9

Color information

#B42DA9 (or 0xB42DA9) is unknown color: approx Medium Red Violet. HEX triplet: B4, 2D and A9. RGB value is (180,45,169). Sum of RGB (Red+Green+Blue) = 180+45+169=394 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.69% from 394); Green value is 45 (17.97% from 255 or 11.42% from 394); Blue value is 169 (66.41% from 255 or 42.89% from 394); Max value from RGB is 180 - color contains mainly: red. Hex color #B42DA9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B42DA9 is #4BD256. Grayscale: #636363. Windows color (decimal): -4969047 or 11087284. OLE color: 11087284.

HSL color Cylindrical-coordinate representation of color #B42DA9: hue angle of 304.89º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B42DA9 is Cyan = 0, Magento = 0.75, Yellow = 0.06 and Black (K on CMYK) = 0.29.

Color convert

RGB18045169-
CMYK00.750.060.29
HSL304.89º60%44.12%-
HSV(B)304.89º75%70.59%-
XYZ26.9214.4438.91-
YUV99.5167.23185.42-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 45.69%
GREEN value IS 45 (17.97% from 255) = 11.42%
BLUE value IS 169 (66.41% from 255) = 42.89%
R=45.69%
G=11.42%
B=42.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.06
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1804516900.750.060.29304.896044.12
HexB42DA904B61D1313c2c
Octal2645525101136354617454
Binary10110100101101101010010100101111011101100110001111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B42DA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B42DA9; }

 p { color: rgb(180,45,169); }

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

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

 a { background-color: rgb(180,45,169); }

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

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

 span { border-color: rgb(180,45,169); }

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