#B421A7

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

Shades of Medium Red Violet #B421A7

Tints of Medium Red Violet #B421A7

Color information

#B421A7 (or 0xB421A7) is unknown color: approx Medium Red Violet. HEX triplet: B4, 21 and A7. RGB value is (180,33,167). Sum of RGB (Red+Green+Blue) = 180+33+167=380 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.37% from 380); Green value is 33 (13.28% from 255 or 8.68% from 380); Blue value is 167 (65.62% from 255 or 43.95% from 380); Max value from RGB is 180 - color contains mainly: red. Hex color #B421A7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B421A7 is #4BDE58. Grayscale: #5B5B5B. Windows color (decimal): -4972121 or 10953140. OLE color: 10953140.

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

Color convert

RGB18033167-
CMYK00.820.070.29
HSL305.31º69.01%41.76%-
HSV(B)305.31º81.67%70.59%-
XYZ26.3413.5837.79-
YUV92.23170.2190.6-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 47.37%
GREEN value IS 33 (13.28% from 255) = 8.68%
BLUE value IS 167 (65.62% from 255) = 43.95%
R=47.37%
G=8.68%
B=43.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.07
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1803316700.820.070.29305.3169.0141.76
HexB421A705271D131452a
Octal26441247012273546110552
Binary101101001000011010011101010010111111011001100011000101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B421A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B421A7; }

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

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

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

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

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

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

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

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