#B42CAA

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

Shades of Medium Red Violet #B42CAA

Tints of Medium Red Violet #B42CAA

Color information

#B42CAA (or 0xB42CAA) is unknown color: approx Medium Red Violet. HEX triplet: B4, 2C and AA. RGB value is (180,44,170). Sum of RGB (Red+Green+Blue) = 180+44+170=394 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.69% from 394); Green value is 44 (17.58% from 255 or 11.17% from 394); Blue value is 170 (66.80% from 255 or 43.15% from 394); Max value from RGB is 180 - color contains mainly: red. Hex color #B42CAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B42CAA is #4BD355. Grayscale: #626262. Windows color (decimal): -4969302 or 11152564. OLE color: 11152564.

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

Color convert

RGB18044170-
CMYK00.760.060.29
HSL304.41º60.71%43.92%-
HSV(B)304.41º75.56%70.59%-
XYZ26.9814.4139.39-
YUV99.03168.06185.75-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 45.69%
GREEN value IS 44 (17.58% from 255) = 11.17%
BLUE value IS 170 (66.80% from 255) = 43.15%
R=45.69%
G=11.17%
B=43.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.06
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1804417000.760.060.29304.4160.7143.92
HexB42CAA04C61D1303d2c
Octal2645425201146354607554
Binary10110100101100101010100100110011011101100110000111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B42CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B42CAA; }

 p { color: rgb(180,44,170); }

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

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

 a { background-color: rgb(180,44,170); }

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

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

 span { border-color: rgb(180,44,170); }

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