#BA26B9

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

Shades of Deep Magenta #BA26B9

Tints of Deep Magenta #BA26B9

Color information

#BA26B9 (or 0xBA26B9) is unknown color: approx Deep Magenta. HEX triplet: BA, 26 and B9. RGB value is (186,38,185). Sum of RGB (Red+Green+Blue) = 186+38+185=409 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.48% from 409); Green value is 38 (15.23% from 255 or 9.29% from 409); Blue value is 185 (72.66% from 255 or 45.23% from 409); Max value from RGB is 186 - color contains mainly: red. Hex color #BA26B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA26B9 is #45D946. Grayscale: #626262. Windows color (decimal): -4577607 or 12134074. OLE color: 12134074.

HSL color Cylindrical-coordinate representation of color #BA26B9: hue angle of 300.41º 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 #BA26B9 is Cyan = 0, Magento = 0.80, Yellow = 0.01 and Black (K on CMYK) = 0.27.

Color convert

RGB18638185-
CMYK00.800.010.27
HSL300.41º66.07%43.92%-
HSV(B)300.41º79.57%72.94%-
XYZ29.715.3347.29-
YUV99.01176.53190.05-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.48%
GREEN value IS 38 (15.23% from 255) = 9.29%
BLUE value IS 185 (72.66% from 255) = 45.23%
R=45.48%
G=9.29%
B=45.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.01
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1863818500.800.010.27300.4166.0743.92
HexBA26B905011B12c422c
Octal27246271012013345410254
Binary1011101010011010111001010100001110111001011001000010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA26B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA26B9; }

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

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

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

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

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

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

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

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