#B426A9

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

Shades of Medium Red Violet #B426A9

Tints of Medium Red Violet #B426A9

Color information

#B426A9 (or 0xB426A9) is unknown color: approx Medium Red Violet. HEX triplet: B4, 26 and A9. RGB value is (180,38,169). Sum of RGB (Red+Green+Blue) = 180+38+169=387 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.51% from 387); Green value is 38 (15.23% from 255 or 9.82% from 387); Blue value is 169 (66.41% from 255 or 43.67% from 387); Max value from RGB is 180 - color contains mainly: red. Hex color #B426A9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B426A9 is #4BD956. Grayscale: #5F5F5F. Windows color (decimal): -4970839 or 11085492. OLE color: 11085492.

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

Color convert

RGB18038169-
CMYK00.790.060.29
HSL304.65º65.14%42.75%-
HSV(B)304.65º78.89%70.59%-
XYZ26.6813.9538.82-
YUV95.39169.54188.35-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 46.51%
GREEN value IS 38 (15.23% from 255) = 9.82%
BLUE value IS 169 (66.41% from 255) = 43.67%
R=46.51%
G=9.82%
B=43.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.06
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1803816900.790.060.29304.6565.1442.75
HexB426A904F61D131412b
Octal26446251011763546110153
Binary101101001001101010100101001111110111011001100011000001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B426A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B426A9; }

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

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

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

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

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

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

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

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