#BA65C4

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

Shades of Fuchsia #BA65C4

Tints of Fuchsia #BA65C4

Color information

#BA65C4 (or 0xBA65C4) is unknown color: approx Fuchsia. HEX triplet: BA, 65 and C4. RGB value is (186,101,196). Sum of RGB (Red+Green+Blue) = 186+101+196=483 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.51% from 483); Green value is 101 (39.84% from 255 or 20.91% from 483); Blue value is 196 (76.95% from 255 or 40.58% from 483); Max value from RGB is 196 - color contains mainly: blue. Hex color #BA65C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA65C4 is #459A3B. Grayscale: #888888. Windows color (decimal): -4561468 or 12871098. OLE color: 12871098.

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

Color convert

RGB186101196-
CMYK0.050.4800.23
HSL293.68º44.6%58.24%-
HSV(B)293.68º48.47%76.86%-
XYZ34.8723.7354.97-
YUV137.24161.16162.78-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.51%
GREEN value IS 101 (39.84% from 255) = 20.91%
BLUE value IS 196 (76.95% from 255) = 40.58%
R=38.51%
G=20.91%
B=40.58%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1861011960.050.4800.23293.6844.658.24
HexBA65C45300171262d3a
Octal2721453045600274465572
Binary10111010110010111000100101110000010111100100110101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA65C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA65C4; }

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

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

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

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

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

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

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

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