#BA38C6

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

Shades of Fuchsia #BA38C6

Tints of Fuchsia #BA38C6

Color information

#BA38C6 (or 0xBA38C6) is unknown color: approx Fuchsia. HEX triplet: BA, 38 and C6. RGB value is (186,56,198). Sum of RGB (Red+Green+Blue) = 186+56+198=440 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.27% from 440); Green value is 56 (22.27% from 255 or 12.73% from 440); Blue value is 198 (77.73% from 255 or 45% from 440); Max value from RGB is 198 - color contains mainly: blue. Hex color #BA38C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA38C6 is #45C739. Grayscale: #6E6E6E. Windows color (decimal): -4572986 or 12990650. OLE color: 12990650.

HSL color Cylindrical-coordinate representation of color #BA38C6: hue angle of 294.93º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BA38C6 is Cyan = 0.06, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB18656198-
CMYK0.060.7200.22
HSL294.93º55.91%49.8%-
HSV(B)294.93º71.72%77.65%-
XYZ31.8617.3455.09-
YUV111.06177.07181.45-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.27%
GREEN value IS 56 (22.27% from 255) = 12.73%
BLUE value IS 198 (77.73% from 255) = 45%
R=42.27%
G=12.73%
B=45%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal186561980.060.7200.22294.9355.9149.8
HexBA38C66480161273832
Octal2727030661100264477062
Binary10111010111000110001101101001000010110100100111111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA38C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA38C6; }

 p { color: rgb(186,56,198); }

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

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

 a { background-color: rgb(186,56,198); }

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

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

 span { border-color: rgb(186,56,198); }

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