#B42AA8

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

Shades of Medium Red Violet #B42AA8

Tints of Medium Red Violet #B42AA8

Color information

#B42AA8 (or 0xB42AA8) is unknown color: approx Medium Red Violet. HEX triplet: B4, 2A and A8. RGB value is (180,42,168). Sum of RGB (Red+Green+Blue) = 180+42+168=390 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.15% from 390); Green value is 42 (16.80% from 255 or 10.77% from 390); Blue value is 168 (66.02% from 255 or 43.08% from 390); Max value from RGB is 180 - color contains mainly: red. Hex color #B42AA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B42AA8 is #4BD557. Grayscale: #616161. Windows color (decimal): -4969816 or 11020980. OLE color: 11020980.

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

Color convert

RGB18042168-
CMYK00.770.070.29
HSL305.22º62.16%43.53%-
HSV(B)305.22º76.67%70.59%-
XYZ26.7214.1938.38-
YUV97.63167.72186.75-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 46.15%
GREEN value IS 42 (16.80% from 255) = 10.77%
BLUE value IS 168 (66.02% from 255) = 43.08%
R=46.15%
G=10.77%
B=43.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.07
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1804216800.770.070.29305.2262.1643.53
HexB42AA804D71D1313e2c
Octal2645225001157354617654
Binary10110100101010101010000100110111111101100110001111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B42AA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B42AA8; }

 p { color: rgb(180,42,168); }

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

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

 a { background-color: rgb(180,42,168); }

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

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

 span { border-color: rgb(180,42,168); }

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