#BA3ABB

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

Shades of Fuchsia #BA3ABB

Tints of Fuchsia #BA3ABB

Color information

#BA3ABB (or 0xBA3ABB) is unknown color: approx Fuchsia. HEX triplet: BA, 3A and BB. RGB value is (186,58,187). Sum of RGB (Red+Green+Blue) = 186+58+187=431 (57% of max value = 765). Red value is 186 (73.05% from 255 or 43.16% from 431); Green value is 58 (23.05% from 255 or 13.46% from 431); Blue value is 187 (73.44% from 255 or 43.39% from 431); Max value from RGB is 187 - color contains mainly: blue. Hex color #BA3ABB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA3ABB is #45C544. Grayscale: #6E6E6E. Windows color (decimal): -4572485 or 12270266. OLE color: 12270266.

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

Color convert

RGB18658187-
CMYK0.010.6900.27
HSL299.53º52.65%48.04%-
HSV(B)299.53º68.98%73.33%-
XYZ30.7317.0548.69-
YUV110.98170.91181.51-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.16%
GREEN value IS 58 (23.05% from 255) = 13.46%
BLUE value IS 187 (73.44% from 255) = 43.39%
R=43.16%
G=13.46%
B=43.39%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186581870.010.6900.27299.5352.6548.04
HexBA3ABB14501B12c3530
Octal2727227311050334546560
Binary101110101110101011101111000101011011100101100110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA3ABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA3ABB; }

 p { color: rgb(186,58,187); }

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

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

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

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

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

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

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