#BA34B9

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

Shades of Fuchsia #BA34B9

Tints of Fuchsia #BA34B9

Color information

#BA34B9 (or 0xBA34B9) is unknown color: approx Fuchsia. HEX triplet: BA, 34 and B9. RGB value is (186,52,185). Sum of RGB (Red+Green+Blue) = 186+52+185=423 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.97% from 423); Green value is 52 (20.70% from 255 or 12.29% from 423); Blue value is 185 (72.66% from 255 or 43.74% from 423); Max value from RGB is 186 - color contains mainly: red. Hex color #BA34B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA34B9 is #45CB46. Grayscale: #6A6A6A. Windows color (decimal): -4574023 or 12137658. OLE color: 12137658.

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

Color convert

RGB18652185-
CMYK00.720.010.27
HSL300.45º56.3%46.67%-
HSV(B)300.45º72.04%72.94%-
XYZ30.2316.447.47-
YUV107.23171.89184.19-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.97%
GREEN value IS 52 (20.70% from 255) = 12.29%
BLUE value IS 185 (72.66% from 255) = 43.74%
R=43.97%
G=12.29%
B=43.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.01
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1865218500.720.010.27300.4556.346.67
HexBA34B904811B12c382f
Octal2726427101101334547057
Binary101110101101001011100101001000111011100101100111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA34B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA34B9; }

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

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

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

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

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

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

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

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