#BA2BB5

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

Shades of Fuchsia #BA2BB5

Tints of Fuchsia #BA2BB5

Color information

#BA2BB5 (or 0xBA2BB5) is unknown color: approx Fuchsia. HEX triplet: BA, 2B and B5. RGB value is (186,43,181). Sum of RGB (Red+Green+Blue) = 186+43+181=410 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.37% from 410); Green value is 43 (17.19% from 255 or 10.49% from 410); Blue value is 181 (71.09% from 255 or 44.15% from 410); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2BB5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA2BB5 is #45D44A. Grayscale: #656565. Windows color (decimal): -4576331 or 11873210. OLE color: 11873210.

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

Color convert

RGB18643181-
CMYK00.770.030.27
HSL302.1º62.45%44.9%-
HSV(B)302.1º76.88%72.94%-
XYZ29.4515.545.16-
YUV101.49172.88188.28-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.37%
GREEN value IS 43 (17.19% from 255) = 10.49%
BLUE value IS 181 (71.09% from 255) = 44.15%
R=45.37%
G=10.49%
B=44.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.03
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1864318100.770.030.27302.162.4544.9
HexBA2BB504D31B12e3e2d
Octal2725326501153334567655
Binary1011101010101110110101010011011111011100101110111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA2BB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA2BB5; }

 p { color: rgb(186,43,181); }

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

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

 a { background-color: rgb(186,43,181); }

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

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

 span { border-color: rgb(186,43,181); }

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