#BA2CBB

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

Shades of Fuchsia #BA2CBB

Tints of Fuchsia #BA2CBB

Color information

#BA2CBB (or 0xBA2CBB) is unknown color: approx Fuchsia. HEX triplet: BA, 2C and BB. RGB value is (186,44,187). Sum of RGB (Red+Green+Blue) = 186+44+187=417 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.60% from 417); Green value is 44 (17.58% from 255 or 10.55% from 417); Blue value is 187 (73.44% from 255 or 44.84% from 417); Max value from RGB is 187 - color contains mainly: blue. Hex color #BA2CBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA2CBB is #45D344. Grayscale: #666666. Windows color (decimal): -4576069 or 12266682. OLE color: 12266682.

HSL color Cylindrical-coordinate representation of color #BA2CBB: hue angle of 299.58º 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 #BA2CBB is Cyan = 0.01, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB18644187-
CMYK0.010.7600.27
HSL299.58º61.9%45.29%-
HSV(B)299.58º76.47%73.33%-
XYZ30.1215.8348.48-
YUV102.76175.54187.37-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 44.60%
GREEN value IS 44 (17.58% from 255) = 10.55%
BLUE value IS 187 (73.44% from 255) = 44.84%
R=44.60%
G=10.55%
B=44.84%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186441870.010.7600.27299.5861.945.29
HexBA2CBB14C01B12c3e2d
Octal2725427311140334547655
Binary101110101011001011101111001100011011100101100111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA2CBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA2CBB; }

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

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

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

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

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

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

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

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