#BA36C7

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

Shades of Fuchsia #BA36C7

Tints of Fuchsia #BA36C7

Color information

#BA36C7 (or 0xBA36C7) is unknown color: approx Fuchsia. HEX triplet: BA, 36 and C7. RGB value is (186,54,199). Sum of RGB (Red+Green+Blue) = 186+54+199=439 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.37% from 439); Green value is 54 (21.48% from 255 or 12.30% from 439); Blue value is 199 (78.12% from 255 or 45.33% from 439); Max value from RGB is 199 - color contains mainly: blue. Hex color #BA36C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA36C7 is #45C938. Grayscale: #6D6D6D. Windows color (decimal): -4573497 or 13055674. OLE color: 13055674.

HSL color Cylindrical-coordinate representation of color #BA36C7: hue angle of 294.62º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BA36C7 is Cyan = 0.07, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB18654199-
CMYK0.070.7300.22
HSL294.62º57.31%49.61%-
HSV(B)294.62º72.86%78.04%-
XYZ31.8817.255.67-
YUV110178.23182.21-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.37%
GREEN value IS 54 (21.48% from 255) = 12.30%
BLUE value IS 199 (78.12% from 255) = 45.33%
R=42.37%
G=12.30%
B=45.33%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal186541990.070.7300.22294.6257.3149.61
HexBA36C77490161273932
Octal2726630771110264477162
Binary10111010110110110001111111001001010110100100111111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA36C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA36C7; }

 p { color: rgb(186,54,199); }

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

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

 a { background-color: rgb(186,54,199); }

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

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

 span { border-color: rgb(186,54,199); }

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