#BA3DC7

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

Shades of Fuchsia #BA3DC7

Tints of Fuchsia #BA3DC7

Color information

#BA3DC7 (or 0xBA3DC7) is unknown color: approx Fuchsia. HEX triplet: BA, 3D and C7. RGB value is (186,61,199). Sum of RGB (Red+Green+Blue) = 186+61+199=446 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.70% from 446); Green value is 61 (24.22% from 255 or 13.68% from 446); Blue value is 199 (78.12% from 255 or 44.62% from 446); Max value from RGB is 199 - color contains mainly: blue. Hex color #BA3DC7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA3DC7 is #45C238. Grayscale: #717171. Windows color (decimal): -4571705 or 13057466. OLE color: 13057466.

HSL color Cylindrical-coordinate representation of color #BA3DC7: hue angle of 294.35º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BA3DC7 is Cyan = 0.07, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB18661199-
CMYK0.070.6900.22
HSL294.35º55.2%50.98%-
HSV(B)294.35º69.35%78.04%-
XYZ32.2317.955.79-
YUV114.11175.91179.28-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.70%
GREEN value IS 61 (24.22% from 255) = 13.68%
BLUE value IS 199 (78.12% from 255) = 44.62%
R=41.70%
G=13.68%
B=44.62%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal186611990.070.6900.22294.3555.250.98
HexBA3DC77450161263733
Octal2727530771050264466763
Binary10111010111101110001111111000101010110100100110110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA3DC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA3DC7; }

 p { color: rgb(186,61,199); }

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

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

 a { background-color: rgb(186,61,199); }

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

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

 span { border-color: rgb(186,61,199); }

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