#B428A9

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

Shades of Medium Red Violet #B428A9

Tints of Medium Red Violet #B428A9

Color information

#B428A9 (or 0xB428A9) is unknown color: approx Medium Red Violet. HEX triplet: B4, 28 and A9. RGB value is (180,40,169). Sum of RGB (Red+Green+Blue) = 180+40+169=389 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.27% from 389); Green value is 40 (16.02% from 255 or 10.28% from 389); Blue value is 169 (66.41% from 255 or 43.44% from 389); Max value from RGB is 180 - color contains mainly: red. Hex color #B428A9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B428A9 is #4BD756. Grayscale: #606060. Windows color (decimal): -4970327 or 11086004. OLE color: 11086004.

HSL color Cylindrical-coordinate representation of color #B428A9: hue angle of 304.71º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B428A9 is Cyan = 0, Magento = 0.78, Yellow = 0.06 and Black (K on CMYK) = 0.29.

Color convert

RGB18040169-
CMYK00.780.060.29
HSL304.71º63.64%43.14%-
HSV(B)304.71º77.78%70.59%-
XYZ26.7414.0938.85-
YUV96.57168.88187.51-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 46.27%
GREEN value IS 40 (16.02% from 255) = 10.28%
BLUE value IS 169 (66.41% from 255) = 43.44%
R=46.27%
G=10.28%
B=43.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.06
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1804016900.780.060.29304.7163.6443.14
HexB428A904E61D131402b
Octal26450251011663546110053
Binary101101001010001010100101001110110111011001100011000000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B428A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B428A9; }

 p { color: rgb(180,40,169); }

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

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

 a { background-color: rgb(180,40,169); }

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

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

 span { border-color: rgb(180,40,169); }

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