#BA4BBA

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

Shades of Fuchsia #BA4BBA

Tints of Fuchsia #BA4BBA

Color information

#BA4BBA (or 0xBA4BBA) is unknown color: approx Fuchsia. HEX triplet: BA, 4B and BA. RGB value is (186,75,186). Sum of RGB (Red+Green+Blue) = 186+75+186=447 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.61% from 447); Green value is 75 (29.69% from 255 or 16.78% from 447); Blue value is 186 (73.05% from 255 or 41.61% from 447); Max value from RGB is 186 - color contains mainly: red, blue. Hex color #BA4BBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA4BBA is #45B445. Grayscale: #787878. Windows color (decimal): -4568134 or 12209082. OLE color: 12209082.

HSL color Cylindrical-coordinate representation of color #BA4BBA: hue angle of 300º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BA4BBA is Cyan = 0, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB18675186-
CMYK00.6000.27
HSL300º44.58%51.18%-
HSV(B)300º59.68%72.94%-
XYZ31.6319.0248.46-
YUV120.84164.77174.47-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.61%
GREEN value IS 75 (29.69% from 255) = 16.78%
BLUE value IS 186 (73.05% from 255) = 41.61%
R=41.61%
G=16.78%
B=41.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1867518600.6000.2730044.5851.18
HexBA4BBA03C01B12c2d33
Octal2721132720740334545563
Binary101110101001011101110100111100011011100101100101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4BBA; }

 p { color: rgb(186,75,186); }

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

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

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

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

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

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

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