#B421A5

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

Shades of Medium Red Violet #B421A5

Tints of Medium Red Violet #B421A5

Color information

#B421A5 (or 0xB421A5) is unknown color: approx Medium Red Violet. HEX triplet: B4, 21 and A5. RGB value is (180,33,165). Sum of RGB (Red+Green+Blue) = 180+33+165=378 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.62% from 378); Green value is 33 (13.28% from 255 or 8.73% from 378); Blue value is 165 (64.84% from 255 or 43.65% from 378); Max value from RGB is 180 - color contains mainly: red. Hex color #B421A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B421A5 is #4BDE5A. Grayscale: #5B5B5B. Windows color (decimal): -4972123 or 10822068. OLE color: 10822068.

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

Color convert

RGB18033165-
CMYK00.820.080.29
HSL306.12º69.01%41.76%-
HSV(B)306.12º81.67%70.59%-
XYZ26.1613.5136.83-
YUV92169.2190.77-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 47.62%
GREEN value IS 33 (13.28% from 255) = 8.73%
BLUE value IS 165 (64.84% from 255) = 43.65%
R=47.62%
G=8.73%
B=43.65%

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
Decimal1803316500.820.080.29306.1269.0141.76
HexB421A505281D132452a
Octal264412450122103546210552
Binary1011010010000110100101010100101000111011001100101000101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B421A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B421A5; }

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

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

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

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

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

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

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

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