#ba3bb1

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

Shades of Fuchsia #BA3BB1

Tints of Fuchsia #BA3BB1

Color information

#BA3BB1 (or 0xBA3BB1) is unknown color: approx Fuchsia. HEX triplet: BA, 3B and B1. RGB value is (186,59,177). Sum of RGB (Red+Green+Blue) = 186+59+177=422 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.08% from 422); Green value is 59 (23.44% from 255 or 13.98% from 422); Blue value is 177 (69.53% from 255 or 41.94% from 422); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3BB1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA3BB1 is #45C44E. Grayscale: #6E6E6E. Windows color (decimal): -4572239 or 11615162. OLE color: 11615162.

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

Color convert

RGB18659177-
CMYK00.680.050.27
HSL304.25º51.84%48.04%-
HSV(B)304.25º68.28%72.94%-
XYZ29.7516.7443.26-
YUV110.42165.58181.91-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 44.08%
GREEN value IS 59 (23.44% from 255) = 13.98%
BLUE value IS 177 (69.53% from 255) = 41.94%
R=44.08%
G=13.98%
B=41.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.05
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1865917700.680.050.27304.2551.8448.04
HexBA3BB104451B1303430
Octal2727326101045334606460
Binary10111010111011101100010100010010111011100110000110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ba3bb1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ba3bb1; }

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

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

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

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

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

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

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

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