#BA17CB

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

Shades of Deep Magenta #BA17CB

Tints of Deep Magenta #BA17CB

Color information

#BA17CB (or 0xBA17CB) is unknown color: approx Deep Magenta. HEX triplet: BA, 17 and CB. RGB value is (186,23,203). Sum of RGB (Red+Green+Blue) = 186+23+203=412 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.15% from 412); Green value is 23 (9.38% from 255 or 5.58% from 412); Blue value is 203 (79.69% from 255 or 49.27% from 412); Max value from RGB is 203 - color contains mainly: blue. Hex color #BA17CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA17CB is #45E834. Grayscale: #5B5B5B. Windows color (decimal): -4581429 or 13309882. OLE color: 13309882.

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

Color convert

RGB18623203-
CMYK0.080.8900.20
HSL294.33º79.65%44.31%-
HSV(B)294.33º88.67%79.61%-
XYZ31.3415.3657.81-
YUV92.26190.5194.86-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.15%
GREEN value IS 23 (9.38% from 255) = 5.58%
BLUE value IS 203 (79.69% from 255) = 49.27%
R=45.15%
G=5.58%
B=49.27%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal186232030.080.8900.20294.3379.6544.31
HexBA17CB859014126502c
Octal272273131013102444612054
Binary101110101011111001011100010110010101001001001101010000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA17CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA17CB; }

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

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

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

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

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

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

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

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