#BA10B2

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

Shades of Deep Magenta #BA10B2

Tints of Deep Magenta #BA10B2

Color information

#BA10B2 (or 0xBA10B2) is unknown color: approx Deep Magenta. HEX triplet: BA, 10 and B2. RGB value is (186,16,178). Sum of RGB (Red+Green+Blue) = 186+16+178=380 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.95% from 380); Green value is 16 (6.64% from 255 or 4.21% from 380); Blue value is 178 (69.92% from 255 or 46.84% from 380); Max value from RGB is 186 - color contains mainly: red. Hex color #BA10B2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA10B2 is #45EF4D. Grayscale: #545454. Windows color (decimal): -4583246 or 11669690. OLE color: 11669690.

HSL color Cylindrical-coordinate representation of color #BA10B2: hue angle of 302.82º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BA10B2 is Cyan = 0, Magento = 0.91, Yellow = 0.04 and Black (K on CMYK) = 0.27.

Color convert

RGB18616178-
CMYK00.910.040.27
HSL302.82º84.16%39.61%-
HSV(B)302.82º91.4%72.94%-
XYZ28.4714.0243.33-
YUV85.3180.32199.83-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 48.95%
GREEN value IS 16 (6.64% from 255) = 4.21%
BLUE value IS 178 (69.92% from 255) = 46.84%
R=48.95%
G=4.21%
B=46.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.04
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861617800.910.040.27302.8284.1639.61
HexBA10B205B41B12f5428
Octal27220262013343345712450
Binary10111010100001011001001011011100110111001011111010100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA10B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA10B2; }

 p { color: rgb(186,16,178); }

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

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

 a { background-color: rgb(186,16,178); }

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

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

 span { border-color: rgb(186,16,178); }

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