#BA26AB

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

Shades of Medium Red Violet #BA26AB

Tints of Medium Red Violet #BA26AB

Color information

#BA26AB (or 0xBA26AB) is unknown color: approx Medium Red Violet. HEX triplet: BA, 26 and AB. RGB value is (186,38,171). Sum of RGB (Red+Green+Blue) = 186+38+171=395 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.09% from 395); Green value is 38 (15.23% from 255 or 9.62% from 395); Blue value is 171 (67.19% from 255 or 43.29% from 395); Max value from RGB is 186 - color contains mainly: red. Hex color #BA26AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA26AB is #45D954. Grayscale: #616161. Windows color (decimal): -4577621 or 11216570. OLE color: 11216570.

HSL color Cylindrical-coordinate representation of color #BA26AB: hue angle of 306.08º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BA26AB is Cyan = 0, Magento = 0.80, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB18638171-
CMYK00.800.080.27
HSL306.08º66.07%43.92%-
HSV(B)306.08º79.57%72.94%-
XYZ28.2914.7739.89-
YUV97.41169.53191.19-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 47.09%
GREEN value IS 38 (15.23% from 255) = 9.62%
BLUE value IS 171 (67.19% from 255) = 43.29%
R=47.09%
G=9.62%
B=43.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1863817100.800.080.27306.0866.0743.92
HexBA26AB05081B132422c
Octal272462530120103346210254
Binary1011101010011010101011010100001000110111001100101000010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA26AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA26AB; }

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

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

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

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

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

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

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

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