#B421A6

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

Shades of Medium Red Violet #B421A6

Tints of Medium Red Violet #B421A6

Color information

#B421A6 (or 0xB421A6) is unknown color: approx Medium Red Violet. HEX triplet: B4, 21 and A6. RGB value is (180,33,166). Sum of RGB (Red+Green+Blue) = 180+33+166=379 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.49% from 379); Green value is 33 (13.28% from 255 or 8.71% from 379); Blue value is 166 (65.23% from 255 or 43.80% from 379); Max value from RGB is 180 - color contains mainly: red. Hex color #B421A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B421A6 is #4BDE59. Grayscale: #5B5B5B. Windows color (decimal): -4972122 or 10887604. OLE color: 10887604.

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

Color convert

RGB18033166-
CMYK00.820.080.29
HSL305.71º69.01%41.76%-
HSV(B)305.71º81.67%70.59%-
XYZ26.2513.5437.31-
YUV92.12169.7190.69-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 47.49%
GREEN value IS 33 (13.28% from 255) = 8.71%
BLUE value IS 166 (65.23% from 255) = 43.80%
R=47.49%
G=8.71%
B=43.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.08
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1803316600.820.080.29305.7169.0141.76
HexB421A605281D132452a
Octal264412460122103546210552
Binary1011010010000110100110010100101000111011001100101000101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B421A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B421A6; }

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

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

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

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

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

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

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

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