#BA25B3

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

Shades of Deep Magenta #BA25B3

Tints of Deep Magenta #BA25B3

Color information

#BA25B3 (or 0xBA25B3) is unknown color: approx Deep Magenta. HEX triplet: BA, 25 and B3. RGB value is (186,37,179). Sum of RGB (Red+Green+Blue) = 186+37+179=402 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.27% from 402); Green value is 37 (14.84% from 255 or 9.20% from 402); Blue value is 179 (70.31% from 255 or 44.53% from 402); Max value from RGB is 186 - color contains mainly: red. Hex color #BA25B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA25B3 is #45DA4C. Grayscale: #616161. Windows color (decimal): -4577869 or 11740602. OLE color: 11740602.

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

Color convert

RGB18637179-
CMYK00.800.040.27
HSL302.82º66.82%43.73%-
HSV(B)302.82º80.11%72.94%-
XYZ29.0515.0244.02-
YUV97.74173.86190.95-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 46.27%
GREEN value IS 37 (14.84% from 255) = 9.20%
BLUE value IS 179 (70.31% from 255) = 44.53%
R=46.27%
G=9.20%
B=44.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.04
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1863717900.800.040.27302.8266.8243.73
HexBA25B305041B12f432c
Octal27245263012043345710354
Binary101110101001011011001101010000100110111001011111000011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA25B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA25B3; }

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

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

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

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

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

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

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

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