#ba4cb9

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

Shades of Fuchsia #BA4CB9

Tints of Fuchsia #BA4CB9

Color information

#BA4CB9 (or 0xBA4CB9) is unknown color: approx Fuchsia. HEX triplet: BA, 4C and B9. RGB value is (186,76,185). Sum of RGB (Red+Green+Blue) = 186+76+185=447 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.61% from 447); Green value is 76 (30.08% from 255 or 17.00% from 447); Blue value is 185 (72.66% from 255 or 41.39% from 447); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4CB9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA4CB9 is #45B346. Grayscale: #787878. Windows color (decimal): -4567879 or 12143802. OLE color: 12143802.

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

Color convert

RGB18676185-
CMYK00.590.010.27
HSL300.55º44.35%51.37%-
HSV(B)300.55º59.14%72.94%-
XYZ31.5919.1147.92-
YUV121.32163.94174.14-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.61%
GREEN value IS 76 (30.08% from 255) = 17.00%
BLUE value IS 185 (72.66% from 255) = 41.39%
R=41.61%
G=17.00%
B=41.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.01
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1867618500.590.010.27300.5544.3551.37
HexBA4CB903B11B12d2c33
Octal2721142710731334555463
Binary101110101001100101110010111011111011100101101101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ba4cb9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ba4cb9; }

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

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

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

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

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

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

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

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