#B426AB

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

Shades of Medium Red Violet #B426AB

Tints of Medium Red Violet #B426AB

Color information

#B426AB (or 0xB426AB) is unknown color: approx Medium Red Violet. HEX triplet: B4, 26 and AB. RGB value is (180,38,171). Sum of RGB (Red+Green+Blue) = 180+38+171=389 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.27% from 389); Green value is 38 (15.23% from 255 or 9.77% from 389); Blue value is 171 (67.19% from 255 or 43.96% from 389); Max value from RGB is 180 - color contains mainly: red. Hex color #B426AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B426AB is #4BD954. Grayscale: #5F5F5F. Windows color (decimal): -4970837 or 11216564. OLE color: 11216564.

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

Color convert

RGB18038171-
CMYK00.790.050.29
HSL303.8º65.14%42.75%-
HSV(B)303.8º78.89%70.59%-
XYZ26.8714.0339.82-
YUV95.62170.54188.19-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 46.27%
GREEN value IS 38 (15.23% from 255) = 9.77%
BLUE value IS 171 (67.19% from 255) = 43.96%
R=46.27%
G=9.77%
B=43.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.05
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1803817100.790.050.29303.865.1442.75
HexB426AB04F51D130412b
Octal26446253011753546010153
Binary101101001001101010101101001111101111011001100001000001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B426AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B426AB; }

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

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

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

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

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

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

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

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