#B428AA

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

Shades of Medium Red Violet #B428AA

Tints of Medium Red Violet #B428AA

Color information

#B428AA (or 0xB428AA) is unknown color: approx Medium Red Violet. HEX triplet: B4, 28 and AA. RGB value is (180,40,170). Sum of RGB (Red+Green+Blue) = 180+40+170=390 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.15% from 390); Green value is 40 (16.02% from 255 or 10.26% from 390); Blue value is 170 (66.80% from 255 or 43.59% from 390); Max value from RGB is 180 - color contains mainly: red. Hex color #B428AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B428AA is #4BD755. Grayscale: #606060. Windows color (decimal): -4970326 or 11151540. OLE color: 11151540.

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

Color convert

RGB18040170-
CMYK00.780.060.29
HSL304.29º63.64%43.14%-
HSV(B)304.29º77.78%70.59%-
XYZ26.8414.1239.34-
YUV96.68169.38187.43-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 46.15%
GREEN value IS 40 (16.02% from 255) = 10.26%
BLUE value IS 170 (66.80% from 255) = 43.59%
R=46.15%
G=10.26%
B=43.59%

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
Decimal1804017000.780.060.29304.2963.6443.14
HexB428AA04E61D130402b
Octal26450252011663546010053
Binary101101001010001010101001001110110111011001100001000000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B428AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B428AA; }

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

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

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

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

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

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

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

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