#BA61B5

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

Shades of Fuchsia #BA61B5

Tints of Fuchsia #BA61B5

Color information

#BA61B5 (or 0xBA61B5) is unknown color: approx Fuchsia. HEX triplet: BA, 61 and B5. RGB value is (186,97,181). Sum of RGB (Red+Green+Blue) = 186+97+181=464 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.09% from 464); Green value is 97 (38.28% from 255 or 20.91% from 464); Blue value is 181 (71.09% from 255 or 39.01% from 464); Max value from RGB is 186 - color contains mainly: red. Hex color #BA61B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA61B5 is #459E4A. Grayscale: #848484. Windows color (decimal): -4562507 or 11887034. OLE color: 11887034.

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

Color convert

RGB18697181-
CMYK00.480.030.27
HSL303.37º39.21%55.49%-
HSV(B)303.37º47.85%72.94%-
XYZ32.8622.3246.29-
YUV133.19154.99165.67-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.09%
GREEN value IS 97 (38.28% from 255) = 20.91%
BLUE value IS 181 (71.09% from 255) = 39.01%
R=40.09%
G=20.91%
B=39.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.03
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1869718100.480.030.27303.3739.2155.49
HexBA61B503031B12f2737
Octal2721412650603334574767
Binary1011101011000011011010101100001111011100101111100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA61B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA61B5; }

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

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

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

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

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

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

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

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