#B421AB

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

Shades of Medium Red Violet #B421AB

Tints of Medium Red Violet #B421AB

Color information

#B421AB (or 0xB421AB) is unknown color: approx Medium Red Violet. HEX triplet: B4, 21 and AB. RGB value is (180,33,171). Sum of RGB (Red+Green+Blue) = 180+33+171=384 (50% of max value = 765). Red value is 180 (70.70% from 255 or 46.88% from 384); Green value is 33 (13.28% from 255 or 8.59% from 384); Blue value is 171 (67.19% from 255 or 44.53% from 384); Max value from RGB is 180 - color contains mainly: red. Hex color #B421AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B421AB is #4BDE54. Grayscale: #5C5C5C. Windows color (decimal): -4972117 or 11215284. OLE color: 11215284.

HSL color Cylindrical-coordinate representation of color #B421AB: hue angle of 303.67º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B421AB is Cyan = 0, Magento = 0.82, Yellow = 0.05 and Black (K on CMYK) = 0.29.

Color convert

RGB18033171-
CMYK00.820.050.29
HSL303.67º69.01%41.76%-
HSV(B)303.67º81.67%70.59%-
XYZ26.7213.7339.77-
YUV92.68172.2190.28-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 46.88%
GREEN value IS 33 (13.28% from 255) = 8.59%
BLUE value IS 171 (67.19% from 255) = 44.53%
R=46.88%
G=8.59%
B=44.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.05
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1803317100.820.050.29303.6769.0141.76
HexB421AB05251D130452a
Octal26441253012253546010552
Binary101101001000011010101101010010101111011001100001000101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B421AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B421AB; }

 p { color: rgb(180,33,171); }

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

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

 a { background-color: rgb(180,33,171); }

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

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

 span { border-color: rgb(180,33,171); }

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