#BA08C5

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

Shades of Deep Magenta #BA08C5

Tints of Deep Magenta #BA08C5

Color information

#BA08C5 (or 0xBA08C5) is unknown color: approx Deep Magenta. HEX triplet: BA, 08 and C5. RGB value is (186,8,197). Sum of RGB (Red+Green+Blue) = 186+8+197=391 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.57% from 391); Green value is 8 (3.52% from 255 or 2.05% from 391); Blue value is 197 (77.34% from 255 or 50.38% from 391); Max value from RGB is 197 - color contains mainly: blue. Hex color #BA08C5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA08C5 is #45F73A. Grayscale: #525252. Windows color (decimal): -4585275 or 12912826. OLE color: 12912826.

HSL color Cylindrical-coordinate representation of color #BA08C5: hue angle of 296.51º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BA08C5 is Cyan = 0.06, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB1868197-
CMYK0.060.9600.23
HSL296.51º92.2%40.2%-
HSV(B)296.51º95.94%77.25%-
XYZ30.4114.6454.05-
YUV82.77192.47201.63-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 47.57%
GREEN value IS 8 (3.52% from 255) = 2.05%
BLUE value IS 197 (77.34% from 255) = 50.38%
R=47.57%
G=2.05%
B=50.38%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal18681970.060.9600.23296.5192.240.2
HexBA8C56600171295c28
Octal27210305614002745113450
Binary1011101010001100010111011000000101111001010011011100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA08C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA08C5; }

 p { color: rgb(186,8,197); }

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

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

 a { background-color: rgb(186,8,197); }

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

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

 span { border-color: rgb(186,8,197); }

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