#BA2ABE

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

Shades of Fuchsia #BA2ABE

Tints of Fuchsia #BA2ABE

Color information

#BA2ABE (or 0xBA2ABE) is unknown color: approx Fuchsia. HEX triplet: BA, 2A and BE. RGB value is (186,42,190). Sum of RGB (Red+Green+Blue) = 186+42+190=418 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.50% from 418); Green value is 42 (16.80% from 255 or 10.05% from 418); Blue value is 190 (74.61% from 255 or 45.45% from 418); Max value from RGB is 190 - color contains mainly: blue. Hex color #BA2ABE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA2ABE is #45D541. Grayscale: #656565. Windows color (decimal): -4576578 or 12462778. OLE color: 12462778.

HSL color Cylindrical-coordinate representation of color #BA2ABE: hue angle of 298.38º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BA2ABE is Cyan = 0.02, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB18642190-
CMYK0.020.7800.25
HSL298.38º63.79%45.49%-
HSV(B)298.38º77.89%74.51%-
XYZ30.3715.8150.17-
YUV101.93177.71187.97-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 44.50%
GREEN value IS 42 (16.80% from 255) = 10.05%
BLUE value IS 190 (74.61% from 255) = 45.45%
R=44.50%
G=10.05%
B=45.45%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal186421900.020.7800.25298.3863.7945.49
HexBA2ABE24E01912a402d
Octal27252276211603145210055
Binary10111010101010101111101010011100110011001010101000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA2ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA2ABE; }

 p { color: rgb(186,42,190); }

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

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

 a { background-color: rgb(186,42,190); }

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

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

 span { border-color: rgb(186,42,190); }

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