#BA61BB

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

Shades of Fuchsia #BA61BB

Tints of Fuchsia #BA61BB

Color information

#BA61BB (or 0xBA61BB) is unknown color: approx Fuchsia. HEX triplet: BA, 61 and BB. RGB value is (186,97,187). Sum of RGB (Red+Green+Blue) = 186+97+187=470 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.57% from 470); Green value is 97 (38.28% from 255 or 20.64% from 470); Blue value is 187 (73.44% from 255 or 39.79% from 470); Max value from RGB is 187 - color contains mainly: blue. Hex color #BA61BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA61BB is #459E44. Grayscale: #858585. Windows color (decimal): -4562501 or 12280250. OLE color: 12280250.

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

Color convert

RGB18697187-
CMYK0.010.4800.27
HSL299.33º39.82%55.69%-
HSV(B)299.33º48.13%73.33%-
XYZ33.4922.5849.61-
YUV133.87157.99165.18-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.57%
GREEN value IS 97 (38.28% from 255) = 20.64%
BLUE value IS 187 (73.44% from 255) = 39.79%
R=39.57%
G=20.64%
B=39.79%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186971870.010.4800.27299.3339.8255.69
HexBA61BB13001B12b2838
Octal2721412731600334535070
Binary101110101100001101110111110000011011100101011101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA61BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA61BB; }

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

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

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

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

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

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

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

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