#BA5CC4

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

Shades of Fuchsia #BA5CC4

Tints of Fuchsia #BA5CC4

Color information

#BA5CC4 (or 0xBA5CC4) is unknown color: approx Fuchsia. HEX triplet: BA, 5C and C4. RGB value is (186,92,196). Sum of RGB (Red+Green+Blue) = 186+92+196=474 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.24% from 474); Green value is 92 (36.33% from 255 or 19.41% from 474); Blue value is 196 (76.95% from 255 or 41.35% from 474); Max value from RGB is 196 - color contains mainly: blue. Hex color #BA5CC4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA5CC4 is #45A33B. Grayscale: #838383. Windows color (decimal): -4563772 or 12868794. OLE color: 12868794.

HSL color Cylindrical-coordinate representation of color #BA5CC4: hue angle of 294.23º degrees, saturation: 0.47, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BA5CC4 is Cyan = 0.05, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB18692196-
CMYK0.050.5300.23
HSL294.23º46.85%56.47%-
HSV(B)294.23º53.06%76.86%-
XYZ34.0422.0854.69-
YUV131.96164.14166.54-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.24%
GREEN value IS 92 (36.33% from 255) = 19.41%
BLUE value IS 196 (76.95% from 255) = 41.35%
R=39.24%
G=19.41%
B=41.35%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal186921960.050.5300.23294.2346.8556.47
HexBA5CC45350171262f38
Octal2721343045650274465770
Binary10111010101110011000100101110101010111100100110101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5CC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5CC4; }

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

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

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

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

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

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

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

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