#BA65B5

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

Shades of Fuchsia #BA65B5

Tints of Fuchsia #BA65B5

Color information

#BA65B5 (or 0xBA65B5) is unknown color: approx Fuchsia. HEX triplet: BA, 65 and B5. RGB value is (186,101,181). Sum of RGB (Red+Green+Blue) = 186+101+181=468 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.74% from 468); Green value is 101 (39.84% from 255 or 21.58% from 468); Blue value is 181 (71.09% from 255 or 38.68% from 468); Max value from RGB is 186 - color contains mainly: red. Hex color #BA65B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA65B5 is #459A4A. Grayscale: #878787. Windows color (decimal): -4561483 or 11888058. OLE color: 11888058.

HSL color Cylindrical-coordinate representation of color #BA65B5: hue angle of 303.53º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BA65B5 is Cyan = 0, Magento = 0.46, Yellow = 0.03 and Black (K on CMYK) = 0.27.

Color convert

RGB186101181-
CMYK00.460.030.27
HSL303.53º38.12%56.27%-
HSV(B)303.53º45.7%72.94%-
XYZ33.2423.0846.42-
YUV135.54153.66164-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.74%
GREEN value IS 101 (39.84% from 255) = 21.58%
BLUE value IS 181 (71.09% from 255) = 38.68%
R=39.74%
G=21.58%
B=38.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.03
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18610118100.460.030.27303.5338.1256.27
HexBA65B502E31B1302638
Octal2721452650563334604670
Binary1011101011001011011010101011101111011100110000100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA65B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA65B5; }

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

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

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

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

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

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

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

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