#BA13CC

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

Shades of Deep Magenta #BA13CC

Tints of Deep Magenta #BA13CC

Color information

#BA13CC (or 0xBA13CC) is unknown color: approx Deep Magenta. HEX triplet: BA, 13 and CC. RGB value is (186,19,204). Sum of RGB (Red+Green+Blue) = 186+19+204=409 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.48% from 409); Green value is 19 (7.81% from 255 or 4.65% from 409); Blue value is 204 (80.08% from 255 or 49.88% from 409); Max value from RGB is 204 - color contains mainly: blue. Hex color #BA13CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA13CC is #45EC33. Grayscale: #595959. Windows color (decimal): -4582452 or 13374394. OLE color: 13374394.

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

Color convert

RGB18619204-
CMYK0.090.9100.2
HSL294.16º82.96%43.73%-
HSV(B)294.16º90.69%80%-
XYZ31.3815.2658.42-
YUV90.02192.33196.46-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.48%
GREEN value IS 19 (7.81% from 255) = 4.65%
BLUE value IS 204 (80.08% from 255) = 49.88%
R=45.48%
G=4.65%
B=49.88%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal186192040.090.9100.2294.1682.9643.73
HexBA13CC95B014126532c
Octal272233141113302444612354
Binary101110101001111001100100110110110101001001001101010011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA13CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA13CC; }

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

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

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

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

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

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

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

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