#B426A0

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

Shades of Medium Red Violet #B426A0

Tints of Medium Red Violet #B426A0

Color information

#B426A0 (or 0xB426A0) is unknown color: approx Medium Red Violet. HEX triplet: B4, 26 and A0. RGB value is (180,38,160). Sum of RGB (Red+Green+Blue) = 180+38+160=378 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.62% from 378); Green value is 38 (15.23% from 255 or 10.05% from 378); Blue value is 160 (62.89% from 255 or 42.33% from 378); Max value from RGB is 180 - color contains mainly: red. Hex color #B426A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B426A0 is #4BD95F. Grayscale: #5E5E5E. Windows color (decimal): -4970848 or 10495668. OLE color: 10495668.

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

Color convert

RGB18038160-
CMYK00.790.110.29
HSL308.45º65.14%42.75%-
HSV(B)308.45º78.89%70.59%-
XYZ25.8613.6334.53-
YUV94.37165.04189.08-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 47.62%
GREEN value IS 38 (15.23% from 255) = 10.05%
BLUE value IS 160 (62.89% from 255) = 42.33%
R=47.62%
G=10.05%
B=42.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.11
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1803816000.790.110.29308.4565.1442.75
HexB426A004FB1D134412b
Octal264462400117133546410153
Binary1011010010011010100000010011111011111011001101001000001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B426A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B426A0; }

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

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

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

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

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

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

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

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