#BA03CC

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

Shades of Deep Magenta #BA03CC

Tints of Deep Magenta #BA03CC

Color information

#BA03CC (or 0xBA03CC) is unknown color: approx Deep Magenta. HEX triplet: BA, 03 and CC. RGB value is (186,3,204). Sum of RGB (Red+Green+Blue) = 186+3+204=393 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.33% from 393); Green value is 3 (1.56% from 255 or 0.76% from 393); Blue value is 204 (80.08% from 255 or 51.91% from 393); Max value from RGB is 204 - color contains mainly: blue. Hex color #BA03CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA03CC is #45FC33. Grayscale: #505050. Windows color (decimal): -4586548 or 13370298. OLE color: 13370298.

HSL color Cylindrical-coordinate representation of color #BA03CC: hue angle of 294.63º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BA03CC is Cyan = 0.09, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB1863204-
CMYK0.090.9900.2
HSL294.63º97.1%40.59%-
HSV(B)294.63º98.53%80%-
XYZ31.1814.8658.35-
YUV80.63197.63203.16-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 47.33%
GREEN value IS 3 (1.56% from 255) = 0.76%
BLUE value IS 204 (80.08% from 255) = 51.91%
R=47.33%
G=0.76%
B=51.91%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal18632040.090.9900.2294.6397.140.59
HexBA3CC9630141276129
Octal27233141114302444714151
Binary101110101111001100100111000110101001001001111100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA03CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA03CC; }

 p { color: rgb(186,3,204); }

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

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

 a { background-color: rgb(186,3,204); }

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

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

 span { border-color: rgb(186,3,204); }

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