#BA39C1

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

Shades of Fuchsia #BA39C1

Tints of Fuchsia #BA39C1

Color information

#BA39C1 (or 0xBA39C1) is unknown color: approx Fuchsia. HEX triplet: BA, 39 and C1. RGB value is (186,57,193). Sum of RGB (Red+Green+Blue) = 186+57+193=436 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.66% from 436); Green value is 57 (22.66% from 255 or 13.07% from 436); Blue value is 193 (75.78% from 255 or 44.27% from 436); Max value from RGB is 193 - color contains mainly: blue. Hex color #BA39C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA39C1 is #45C63E. Grayscale: #6E6E6E. Windows color (decimal): -4572735 or 12663226. OLE color: 12663226.

HSL color Cylindrical-coordinate representation of color #BA39C1: hue angle of 296.91º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BA39C1 is Cyan = 0.04, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB18657193-
CMYK0.040.7000.24
HSL296.91º54.4%49.02%-
HSV(B)296.91º70.47%75.69%-
XYZ31.3417.2252.12-
YUV111.07174.24181.44-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.66%
GREEN value IS 57 (22.66% from 255) = 13.07%
BLUE value IS 193 (75.78% from 255) = 44.27%
R=42.66%
G=13.07%
B=44.27%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal186571930.040.7000.24296.9154.449.02
HexBA39C14460181293631
Octal2727130141060304516661
Binary10111010111001110000011001000110011000100101001110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA39C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA39C1; }

 p { color: rgb(186,57,193); }

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

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

 a { background-color: rgb(186,57,193); }

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

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

 span { border-color: rgb(186,57,193); }

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