#BA65C1

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

Shades of Fuchsia #BA65C1

Tints of Fuchsia #BA65C1

Color information

#BA65C1 (or 0xBA65C1) is unknown color: approx Fuchsia. HEX triplet: BA, 65 and C1. RGB value is (186,101,193). Sum of RGB (Red+Green+Blue) = 186+101+193=480 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.75% from 480); Green value is 101 (39.84% from 255 or 21.04% from 480); Blue value is 193 (75.78% from 255 or 40.21% from 480); Max value from RGB is 193 - color contains mainly: blue. Hex color #BA65C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA65C1 is #459A3E. Grayscale: #888888. Windows color (decimal): -4561471 or 12674490. OLE color: 12674490.

HSL color Cylindrical-coordinate representation of color #BA65C1: hue angle of 295.43º degrees, saturation: 0.43, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BA65C1 is Cyan = 0.04, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB186101193-
CMYK0.040.4800.24
HSL295.43º42.59%57.65%-
HSV(B)295.43º47.67%75.69%-
XYZ34.5323.653.19-
YUV136.9159.66163.02-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.75%
GREEN value IS 101 (39.84% from 255) = 21.04%
BLUE value IS 193 (75.78% from 255) = 40.21%
R=38.75%
G=21.04%
B=40.21%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1861011930.040.4800.24295.4342.5957.65
HexBA65C14300181272b3a
Octal2721453014600304475372
Binary10111010110010111000001100110000011000100100111101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA65C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA65C1; }

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

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

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

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

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

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

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

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