#BA2CAD

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

Shades of Fuchsia #BA2CAD

Tints of Fuchsia #BA2CAD

Color information

#BA2CAD (or 0xBA2CAD) is unknown color: approx Fuchsia. HEX triplet: BA, 2C and AD. RGB value is (186,44,173). Sum of RGB (Red+Green+Blue) = 186+44+173=403 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.15% from 403); Green value is 44 (17.58% from 255 or 10.92% from 403); Blue value is 173 (67.97% from 255 or 42.93% from 403); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2CAD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA2CAD is #45D352. Grayscale: #646464. Windows color (decimal): -4576083 or 11349178. OLE color: 11349178.

HSL color Cylindrical-coordinate representation of color #BA2CAD: hue angle of 305.49º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BA2CAD is Cyan = 0, Magento = 0.76, Yellow = 0.07 and Black (K on CMYK) = 0.27.

Color convert

RGB18644173-
CMYK00.760.070.27
HSL305.49º61.74%45.1%-
HSV(B)305.49º76.34%72.94%-
XYZ28.6915.2640.97-
YUV101.16168.54188.51-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 46.15%
GREEN value IS 44 (17.58% from 255) = 10.92%
BLUE value IS 173 (67.97% from 255) = 42.93%
R=46.15%
G=10.92%
B=42.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.07
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1864417300.760.070.27305.4961.7445.1
HexBA2CAD04C71B1313e2d
Octal2725425501147334617655
Binary10111010101100101011010100110011111011100110001111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA2CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA2CAD; }

 p { color: rgb(186,44,173); }

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

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

 a { background-color: rgb(186,44,173); }

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

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

 span { border-color: rgb(186,44,173); }

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