#ba00c1

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

Shades of Deep Magenta #BA00C1

Tints of Deep Magenta #BA00C1

Color information

#BA00C1 (or 0xBA00C1) is unknown color: approx Deep Magenta. HEX triplet: BA, 00 and C1. RGB value is (186,0,193). Sum of RGB (Red+Green+Blue) = 186+0+193=379 (50% of max value = 765). Red value is 186 (73.05% from 255 or 49.08% from 379); Green value is 0 (0.39% from 255 or 0% from 379); Blue value is 193 (75.78% from 255 or 50.92% from 379); Max value from RGB is 193 - color contains mainly: blue. Hex color #BA00C1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA00C1 is #45FF3E. Grayscale: #4D4D4D. Windows color (decimal): -4587327 or 12648634. OLE color: 12648634.

HSL color Cylindrical-coordinate representation of color #BA00C1: hue angle of 297.82º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BA00C1 is Cyan = 0.04, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB1860193-
CMYK0.04100.24
HSL297.82º100%37.84%-
HSV(B)297.82º100%75.69%-
XYZ29.8814.2951.64-
YUV77.62193.12205.31-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 49.08%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 193 (75.78% from 255) = 50.92%
R=49.08%
G=0%
B=50.92%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal18601930.04100.24297.8210037.84
HexBA0C146401812a6426
Octal2720301414403045214446
Binary1011101001100000110011001000110001001010101100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ba00c1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ba00c1; }

 p { color: rgb(186,0,193); }

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

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

 a { background-color: rgb(186,0,193); }

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

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

 span { border-color: rgb(186,0,193); }

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