#B442A1

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

Shades of Medium Red Violet #B442A1

Tints of Medium Red Violet #B442A1

Color information

#B442A1 (or 0xB442A1) is unknown color: approx Medium Red Violet. HEX triplet: B4, 42 and A1. RGB value is (180,66,161). Sum of RGB (Red+Green+Blue) = 180+66+161=407 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.23% from 407); Green value is 66 (26.17% from 255 or 16.22% from 407); Blue value is 161 (63.28% from 255 or 39.56% from 407); Max value from RGB is 180 - color contains mainly: red. Hex color #B442A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B442A1 is #4BBD5E. Grayscale: #6E6E6E. Windows color (decimal): -4963679 or 10568372. OLE color: 10568372.

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

Color convert

RGB18066161-
CMYK00.630.110.29
HSL310º46.34%48.24%-
HSV(B)310º63.33%70.59%-
XYZ27.216.1735.41-
YUV110.92156.27177.28-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.23%
GREEN value IS 66 (26.17% from 255) = 16.22%
BLUE value IS 161 (63.28% from 255) = 39.56%
R=44.23%
G=16.22%
B=39.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.11
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1806616100.630.110.2931046.3448.24
HexB442A103FB1D1362e30
Octal26410224107713354665660
Binary101101001000010101000010111111101111101100110110101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B442A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B442A1; }

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

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

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

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

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

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

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

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