#B421A4

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

Shades of Medium Red Violet #B421A4

Tints of Medium Red Violet #B421A4

Color information

#B421A4 (or 0xB421A4) is unknown color: approx Medium Red Violet. HEX triplet: B4, 21 and A4. RGB value is (180,33,164). Sum of RGB (Red+Green+Blue) = 180+33+164=377 (49% of max value = 765). Red value is 180 (70.70% from 255 or 47.75% from 377); Green value is 33 (13.28% from 255 or 8.75% from 377); Blue value is 164 (64.45% from 255 or 43.50% from 377); Max value from RGB is 180 - color contains mainly: red. Hex color #B421A4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B421A4 is #4BDE5B. Grayscale: #5B5B5B. Windows color (decimal): -4972124 or 10756532. OLE color: 10756532.

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

Color convert

RGB18033164-
CMYK00.820.090.29
HSL306.53º69.01%41.76%-
HSV(B)306.53º81.67%70.59%-
XYZ26.0713.4736.35-
YUV91.89168.7190.85-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 47.75%
GREEN value IS 33 (13.28% from 255) = 8.75%
BLUE value IS 164 (64.45% from 255) = 43.50%
R=47.75%
G=8.75%
B=43.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.09
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1803316400.820.090.29306.5369.0141.76
HexB421A405291D133452a
Octal264412440122113546310552
Binary1011010010000110100100010100101001111011001100111000101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B421A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B421A4; }

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

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

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

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

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

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

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

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