#BA0ABB

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

Shades of Deep Magenta #BA0ABB

Tints of Deep Magenta #BA0ABB

Color information

#BA0ABB (or 0xBA0ABB) is unknown color: approx Deep Magenta. HEX triplet: BA, 0A and BB. RGB value is (186,10,187). Sum of RGB (Red+Green+Blue) = 186+10+187=383 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.56% from 383); Green value is 10 (4.30% from 255 or 2.61% from 383); Blue value is 187 (73.44% from 255 or 48.83% from 383); Max value from RGB is 187 - color contains mainly: blue. Hex color #BA0ABB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA0ABB is #45F544. Grayscale: #525252. Windows color (decimal): -4584773 or 12257978. OLE color: 12257978.

HSL color Cylindrical-coordinate representation of color #BA0ABB: hue angle of 299.66º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BA0ABB is Cyan = 0.01, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB18610187-
CMYK0.010.9500.27
HSL299.66º89.85%38.63%-
HSV(B)299.66º94.65%73.33%-
XYZ29.3314.2448.22-
YUV82.8186.81201.61-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 48.56%
GREEN value IS 10 (4.30% from 255) = 2.61%
BLUE value IS 187 (73.44% from 255) = 48.83%
R=48.56%
G=2.61%
B=48.83%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186101870.010.9500.27299.6689.8538.63
HexBAABB15F01B12c5a27
Octal27212273113703345413247
Binary10111010101010111011110111110110111001011001011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA0ABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA0ABB; }

 p { color: rgb(186,10,187); }

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

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

 a { background-color: rgb(186,10,187); }

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

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

 span { border-color: rgb(186,10,187); }

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