#B426A8

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

Shades of Medium Red Violet #B426A8

Tints of Medium Red Violet #B426A8

Color information

#B426A8 (or 0xB426A8) is unknown color: approx Medium Red Violet. HEX triplet: B4, 26 and A8. RGB value is (180,38,168). Sum of RGB (Red+Green+Blue) = 180+38+168=386 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.63% from 386); Green value is 38 (15.23% from 255 or 9.84% from 386); Blue value is 168 (66.02% from 255 or 43.52% from 386); Max value from RGB is 180 - color contains mainly: red. Hex color #B426A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B426A8 is #4BD957. Grayscale: #5E5E5E. Windows color (decimal): -4970840 or 11019956. OLE color: 11019956.

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

Color convert

RGB18038168-
CMYK00.790.070.29
HSL305.07º65.14%42.75%-
HSV(B)305.07º78.89%70.59%-
XYZ26.5813.9238.33-
YUV95.28169.04188.43-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 46.63%
GREEN value IS 38 (15.23% from 255) = 9.84%
BLUE value IS 168 (66.02% from 255) = 43.52%
R=46.63%
G=9.84%
B=43.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.07
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1803816800.790.070.29305.0765.1442.75
HexB426A804F71D131412b
Octal26446250011773546110153
Binary101101001001101010100001001111111111011001100011000001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B426A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B426A8; }

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

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

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

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

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

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

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

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