#BA65B7

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

Shades of Fuchsia #BA65B7

Tints of Fuchsia #BA65B7

Color information

#BA65B7 (or 0xBA65B7) is unknown color: approx Fuchsia. HEX triplet: BA, 65 and B7. RGB value is (186,101,183). Sum of RGB (Red+Green+Blue) = 186+101+183=470 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.57% from 470); Green value is 101 (39.84% from 255 or 21.49% from 470); Blue value is 183 (71.88% from 255 or 38.94% from 470); Max value from RGB is 186 - color contains mainly: red. Hex color #BA65B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA65B7 is #459A48. Grayscale: #878787. Windows color (decimal): -4561481 or 12019130. OLE color: 12019130.

HSL color Cylindrical-coordinate representation of color #BA65B7: hue angle of 302.12º 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 #BA65B7 is Cyan = 0, Magento = 0.46, Yellow = 0.02 and Black (K on CMYK) = 0.27.

Color convert

RGB186101183-
CMYK00.460.020.27
HSL302.12º38.12%56.27%-
HSV(B)302.12º45.7%72.94%-
XYZ33.4523.1747.51-
YUV135.76154.66163.83-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.57%
GREEN value IS 101 (39.84% from 255) = 21.49%
BLUE value IS 183 (71.88% from 255) = 38.94%
R=39.57%
G=21.49%
B=38.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.02
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18610118300.460.020.27302.1238.1256.27
HexBA65B702E21B12e2638
Octal2721452670562334564670
Binary1011101011001011011011101011101011011100101110100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA65B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA65B7; }

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

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

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

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

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

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

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

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