#BA2EBB

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

Shades of Fuchsia #BA2EBB

Tints of Fuchsia #BA2EBB

Color information

#BA2EBB (or 0xBA2EBB) is unknown color: approx Fuchsia. HEX triplet: BA, 2E and BB. RGB value is (186,46,187). Sum of RGB (Red+Green+Blue) = 186+46+187=419 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.39% from 419); Green value is 46 (18.36% from 255 or 10.98% from 419); Blue value is 187 (73.44% from 255 or 44.63% from 419); Max value from RGB is 187 - color contains mainly: blue. Hex color #BA2EBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA2EBB is #45D144. Grayscale: #676767. Windows color (decimal): -4575557 or 12267194. OLE color: 12267194.

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

Color convert

RGB18646187-
CMYK0.010.7500.27
HSL299.57º60.52%45.69%-
HSV(B)299.57º75.4%73.33%-
XYZ30.215.9848.51-
YUV103.93174.88186.54-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 44.39%
GREEN value IS 46 (18.36% from 255) = 10.98%
BLUE value IS 187 (73.44% from 255) = 44.63%
R=44.39%
G=10.98%
B=44.63%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186461870.010.7500.27299.5760.5245.69
HexBA2EBB14B01B12c3d2e
Octal2725627311130334547556
Binary101110101011101011101111001011011011100101100111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA2EBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA2EBB; }

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

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

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

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

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

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

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

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