#BA4CC8

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

Shades of Fuchsia #BA4CC8

Tints of Fuchsia #BA4CC8

Color information

#BA4CC8 (or 0xBA4CC8) is unknown color: approx Fuchsia. HEX triplet: BA, 4C and C8. RGB value is (186,76,200). Sum of RGB (Red+Green+Blue) = 186+76+200=462 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.26% from 462); Green value is 76 (30.08% from 255 or 16.45% from 462); Blue value is 200 (78.52% from 255 or 43.29% from 462); Max value from RGB is 200 - color contains mainly: blue. Hex color #BA4CC8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA4CC8 is #45B337. Grayscale: #7A7A7A. Windows color (decimal): -4567864 or 13126842. OLE color: 13126842.

HSL color Cylindrical-coordinate representation of color #BA4CC8: hue angle of 293.23º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BA4CC8 is Cyan = 0.07, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB18676200-
CMYK0.070.6200.22
HSL293.23º52.99%54.12%-
HSV(B)293.23º62%78.43%-
XYZ33.2619.7856.71-
YUV123.03171.44172.92-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.26%
GREEN value IS 76 (30.08% from 255) = 16.45%
BLUE value IS 200 (78.52% from 255) = 43.29%
R=40.26%
G=16.45%
B=43.29%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal186762000.070.6200.22293.2352.9954.12
HexBA4CC873E0161253536
Octal2721143107760264456566
Binary10111010100110011001000111111110010110100100101110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4CC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4CC8; }

 p { color: rgb(186,76,200); }

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

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

 a { background-color: rgb(186,76,200); }

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

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

 span { border-color: rgb(186,76,200); }

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