#BA5CC1

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

Shades of Fuchsia #BA5CC1

Tints of Fuchsia #BA5CC1

Color information

#BA5CC1 (or 0xBA5CC1) is unknown color: approx Fuchsia. HEX triplet: BA, 5C and C1. RGB value is (186,92,193). Sum of RGB (Red+Green+Blue) = 186+92+193=471 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.49% from 471); Green value is 92 (36.33% from 255 or 19.53% from 471); Blue value is 193 (75.78% from 255 or 40.98% from 471); Max value from RGB is 193 - color contains mainly: blue. Hex color #BA5CC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA5CC1 is #45A33E. Grayscale: #838383. Windows color (decimal): -4563775 or 12672186. OLE color: 12672186.

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

Color convert

RGB18692193-
CMYK0.040.5200.24
HSL295.84º44.89%55.88%-
HSV(B)295.84º52.33%75.69%-
XYZ33.721.9452.91-
YUV131.62162.64166.79-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.49%
GREEN value IS 92 (36.33% from 255) = 19.53%
BLUE value IS 193 (75.78% from 255) = 40.98%
R=39.49%
G=19.53%
B=40.98%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal186921930.040.5200.24295.8444.8955.88
HexBA5CC14340181282d38
Octal2721343014640304505570
Binary10111010101110011000001100110100011000100101000101101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5CC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5CC1; }

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

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

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

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

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

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

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

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