#BA25B0

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

Shades of Deep Magenta #BA25B0

Tints of Deep Magenta #BA25B0

Color information

#BA25B0 (or 0xBA25B0) is unknown color: approx Deep Magenta. HEX triplet: BA, 25 and B0. RGB value is (186,37,176). Sum of RGB (Red+Green+Blue) = 186+37+176=399 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.62% from 399); Green value is 37 (14.84% from 255 or 9.27% from 399); Blue value is 176 (69.14% from 255 or 44.11% from 399); Max value from RGB is 186 - color contains mainly: red. Hex color #BA25B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA25B0 is #45DA4F. Grayscale: #606060. Windows color (decimal): -4577872 or 11543994. OLE color: 11543994.

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

Color convert

RGB18637176-
CMYK00.800.050.27
HSL304.03º66.82%43.73%-
HSV(B)304.03º80.11%72.94%-
XYZ28.7514.942.43-
YUV97.4172.36191.2-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 46.62%
GREEN value IS 37 (14.84% from 255) = 9.27%
BLUE value IS 176 (69.14% from 255) = 44.11%
R=46.62%
G=9.27%
B=44.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.05
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1863717600.800.050.27304.0366.8243.73
HexBA25B005051B130432c
Octal27245260012053346010354
Binary101110101001011011000001010000101110111001100001000011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA25B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA25B0; }

 p { color: rgb(186,37,176); }

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

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

 a { background-color: rgb(186,37,176); }

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

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

 span { border-color: rgb(186,37,176); }

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