#ba24be

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

Shades of Deep Magenta #BA24BE

Tints of Deep Magenta #BA24BE

Color information

#BA24BE (or 0xBA24BE) is unknown color: approx Deep Magenta. HEX triplet: BA, 24 and BE. RGB value is (186,36,190). Sum of RGB (Red+Green+Blue) = 186+36+190=412 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.15% from 412); Green value is 36 (14.45% from 255 or 8.74% from 412); Blue value is 190 (74.61% from 255 or 46.12% from 412); Max value from RGB is 190 - color contains mainly: blue. Hex color #BA24BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA24BE is #45DB41. Grayscale: #616161. Windows color (decimal): -4578114 or 12461242. OLE color: 12461242.

HSL color Cylindrical-coordinate representation of color #BA24BE: hue angle of 298.44º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BA24BE is Cyan = 0.02, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB18636190-
CMYK0.020.8100.25
HSL298.44º68.14%44.31%-
HSV(B)298.44º81.05%74.51%-
XYZ30.1715.4250.1-
YUV98.41179.7190.48-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.15%
GREEN value IS 36 (14.45% from 255) = 8.74%
BLUE value IS 190 (74.61% from 255) = 46.12%
R=45.15%
G=8.74%
B=46.12%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal186361900.020.8100.25298.4468.1444.31
HexBA24BE25101912a442c
Octal27244276212103145210454
Binary10111010100100101111101010100010110011001010101000100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ba24be

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ba24be; }

 p { color: rgb(186,36,190); }

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

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

 a { background-color: rgb(186,36,190); }

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

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

 span { border-color: rgb(186,36,190); }

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