#BA3BAE

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

Shades of Fuchsia #BA3BAE

Tints of Fuchsia #BA3BAE

Color information

#BA3BAE (or 0xBA3BAE) is unknown color: approx Fuchsia. HEX triplet: BA, 3B and AE. RGB value is (186,59,174). Sum of RGB (Red+Green+Blue) = 186+59+174=419 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.39% from 419); Green value is 59 (23.44% from 255 or 14.08% from 419); Blue value is 174 (68.36% from 255 or 41.53% from 419); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3BAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA3BAE is #45C451. Grayscale: #6D6D6D. Windows color (decimal): -4572242 or 11418554. OLE color: 11418554.

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

Color convert

RGB18659174-
CMYK00.680.060.27
HSL305.67º51.84%48.04%-
HSV(B)305.67º68.28%72.94%-
XYZ29.4516.6241.7-
YUV110.08164.08182.15-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 44.39%
GREEN value IS 59 (23.44% from 255) = 14.08%
BLUE value IS 174 (68.36% from 255) = 41.53%
R=44.39%
G=14.08%
B=41.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1865917400.680.060.27305.6751.8448.04
HexBA3BAE04461B1323430
Octal2727325601046334626460
Binary10111010111011101011100100010011011011100110010110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA3BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA3BAE; }

 p { color: rgb(186,59,174); }

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

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

 a { background-color: rgb(186,59,174); }

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

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

 span { border-color: rgb(186,59,174); }

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