#BA65BF

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

Shades of Fuchsia #BA65BF

Tints of Fuchsia #BA65BF

Color information

#BA65BF (or 0xBA65BF) is unknown color: approx Fuchsia. HEX triplet: BA, 65 and BF. RGB value is (186,101,191). Sum of RGB (Red+Green+Blue) = 186+101+191=478 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.91% from 478); Green value is 101 (39.84% from 255 or 21.13% from 478); Blue value is 191 (75% from 255 or 39.96% from 478); Max value from RGB is 191 - color contains mainly: blue. Hex color #BA65BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA65BF is #459A40. Grayscale: #888888. Windows color (decimal): -4561473 or 12543418. OLE color: 12543418.

HSL color Cylindrical-coordinate representation of color #BA65BF: hue angle of 296.67º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BA65BF is Cyan = 0.03, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB186101191-
CMYK0.030.4700.25
HSL296.67º41.28%57.25%-
HSV(B)296.67º47.12%74.9%-
XYZ34.3123.5152.02-
YUV136.68158.66163.18-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.91%
GREEN value IS 101 (39.84% from 255) = 21.13%
BLUE value IS 191 (75% from 255) = 39.96%
R=38.91%
G=21.13%
B=39.96%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1861011910.030.4700.25296.6741.2857.25
HexBA65BF32F0191292939
Octal2721452773570314515171
Binary1011101011001011011111111101111011001100101001101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA65BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA65BF; }

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

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

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

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

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

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

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

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