#BA34B8

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

Shades of Fuchsia #BA34B8

Tints of Fuchsia #BA34B8

Color information

#BA34B8 (or 0xBA34B8) is unknown color: approx Fuchsia. HEX triplet: BA, 34 and B8. RGB value is (186,52,184). Sum of RGB (Red+Green+Blue) = 186+52+184=422 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.08% from 422); Green value is 52 (20.70% from 255 or 12.32% from 422); Blue value is 184 (72.27% from 255 or 43.60% from 422); Max value from RGB is 186 - color contains mainly: red. Hex color #BA34B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA34B8 is #45CB47. Grayscale: #6A6A6A. Windows color (decimal): -4574024 or 12072122. OLE color: 12072122.

HSL color Cylindrical-coordinate representation of color #BA34B8: hue angle of 300.9º 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 #BA34B8 is Cyan = 0, Magento = 0.72, Yellow = 0.01 and Black (K on CMYK) = 0.27.

Color convert

RGB18652184-
CMYK00.720.010.27
HSL300.9º56.3%46.67%-
HSV(B)300.9º72.04%72.94%-
XYZ30.1316.3646.92-
YUV107.11171.39184.27-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 44.08%
GREEN value IS 52 (20.70% from 255) = 12.32%
BLUE value IS 184 (72.27% from 255) = 43.60%
R=44.08%
G=12.32%
B=43.60%

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
Decimal1865218400.720.010.27300.956.346.67
HexBA34B804811B12d382f
Octal2726427001101334557057
Binary101110101101001011100001001000111011100101101111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA34B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA34B8; }

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

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

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

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

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

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

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

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