#BA20CB

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

Shades of Deep Magenta #BA20CB

Tints of Deep Magenta #BA20CB

Color information

#BA20CB (or 0xBA20CB) is unknown color: approx Deep Magenta. HEX triplet: BA, 20 and CB. RGB value is (186,32,203). Sum of RGB (Red+Green+Blue) = 186+32+203=421 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.18% from 421); Green value is 32 (12.89% from 255 or 7.60% from 421); Blue value is 203 (79.69% from 255 or 48.22% from 421); Max value from RGB is 203 - color contains mainly: blue. Hex color #BA20CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA20CB is #45DF34. Grayscale: #616161. Windows color (decimal): -4579125 or 13312186. OLE color: 13312186.

HSL color Cylindrical-coordinate representation of color #BA20CB: hue angle of 294.04º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BA20CB is Cyan = 0.08, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB18632203-
CMYK0.080.8400.20
HSL294.04º72.77%46.08%-
HSV(B)294.04º84.24%79.61%-
XYZ31.5515.7857.88-
YUV97.54187.52191.1-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 44.18%
GREEN value IS 32 (12.89% from 255) = 7.60%
BLUE value IS 203 (79.69% from 255) = 48.22%
R=44.18%
G=7.60%
B=48.22%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal186322030.080.8400.20294.0472.7746.08
HexBA20CB854014126492e
Octal272403131012402444611156
Binary1011101010000011001011100010101000101001001001101001001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA20CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA20CB; }

 p { color: rgb(186,32,203); }

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

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

 a { background-color: rgb(186,32,203); }

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

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

 span { border-color: rgb(186,32,203); }

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