#BA63C4

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

Shades of Fuchsia #BA63C4

Tints of Fuchsia #BA63C4

Color information

#BA63C4 (or 0xBA63C4) is unknown color: approx Fuchsia. HEX triplet: BA, 63 and C4. RGB value is (186,99,196). Sum of RGB (Red+Green+Blue) = 186+99+196=481 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.67% from 481); Green value is 99 (39.06% from 255 or 20.58% from 481); Blue value is 196 (76.95% from 255 or 40.75% from 481); Max value from RGB is 196 - color contains mainly: blue. Hex color #BA63C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA63C4 is #459C3B. Grayscale: #878787. Windows color (decimal): -4561980 or 12870586. OLE color: 12870586.

HSL color Cylindrical-coordinate representation of color #BA63C4: hue angle of 293.81º degrees, saturation: 0.45, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BA63C4 is Cyan = 0.05, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB18699196-
CMYK0.050.4900.23
HSL293.81º45.12%57.84%-
HSV(B)293.81º49.49%76.86%-
XYZ34.6823.3554.9-
YUV136.07161.82163.61-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.67%
GREEN value IS 99 (39.06% from 255) = 20.58%
BLUE value IS 196 (76.95% from 255) = 40.75%
R=38.67%
G=20.58%
B=40.75%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal186991960.050.4900.23293.8145.1257.84
HexBA63C45310171262d3a
Octal2721433045610274465572
Binary10111010110001111000100101110001010111100100110101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA63C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA63C4; }

 p { color: rgb(186,99,196); }

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

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

 a { background-color: rgb(186,99,196); }

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

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

 span { border-color: rgb(186,99,196); }

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