#BA26BF

Color #BA26BF Deep Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Magenta #BA26BF

Tints of Deep Magenta #BA26BF

Color information

#BA26BF (or 0xBA26BF) is unknown color: approx Deep Magenta. HEX triplet: BA, 26 and BF. RGB value is (186,38,191). Sum of RGB (Red+Green+Blue) = 186+38+191=415 (54% of max value = 765). Red value is 186 (73.05% from 255 or 44.82% from 415); Green value is 38 (15.23% from 255 or 9.16% from 415); Blue value is 191 (75% from 255 or 46.02% from 415); Max value from RGB is 191 - color contains mainly: blue. Hex color #BA26BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA26BF is #45D940. Grayscale: #636363. Windows color (decimal): -4577601 or 12527290. OLE color: 12527290.

HSL color Cylindrical-coordinate representation of color #BA26BF: hue angle of 298.04º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BA26BF is Cyan = 0.03, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB18638191-
CMYK0.030.8000.25
HSL298.04º66.81%44.9%-
HSV(B)298.04º80.1%74.9%-
XYZ30.3515.5950.7-
YUV99.69179.53189.56-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 44.82%
GREEN value IS 38 (15.23% from 255) = 9.16%
BLUE value IS 191 (75% from 255) = 46.02%
R=44.82%
G=9.16%
B=46.02%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal186381910.030.8000.25298.0466.8144.9
HexBA26BF35001912a432d
Octal27246277312003145210355
Binary10111010100110101111111110100000110011001010101000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA26BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA26BF; }

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

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

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

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

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

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

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

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