#BA30B3

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

Shades of Fuchsia #BA30B3

Tints of Fuchsia #BA30B3

Color information

#BA30B3 (or 0xBA30B3) is unknown color: approx Fuchsia. HEX triplet: BA, 30 and B3. RGB value is (186,48,179). Sum of RGB (Red+Green+Blue) = 186+48+179=413 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.04% from 413); Green value is 48 (19.14% from 255 or 11.62% from 413); Blue value is 179 (70.31% from 255 or 43.34% from 413); Max value from RGB is 186 - color contains mainly: red. Hex color #BA30B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA30B3 is #45CF4C. Grayscale: #676767. Windows color (decimal): -4575053 or 11743418. OLE color: 11743418.

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

Color convert

RGB18648179-
CMYK00.740.040.27
HSL303.04º58.97%45.88%-
HSV(B)303.04º74.19%72.94%-
XYZ29.4415.8144.15-
YUV104.2170.22186.35-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.04%
GREEN value IS 48 (19.14% from 255) = 11.62%
BLUE value IS 179 (70.31% from 255) = 43.34%
R=45.04%
G=11.62%
B=43.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.04
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1864817900.740.040.27303.0458.9745.88
HexBA30B304A41B12f3b2e
Octal2726026301124334577356
Binary10111010110000101100110100101010011011100101111111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA30B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA30B3; }

 p { color: rgb(186,48,179); }

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

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

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

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

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

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

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