#BA38BF

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

Shades of Fuchsia #BA38BF

Tints of Fuchsia #BA38BF

Color information

#BA38BF (or 0xBA38BF) is unknown color: approx Fuchsia. HEX triplet: BA, 38 and BF. RGB value is (186,56,191). Sum of RGB (Red+Green+Blue) = 186+56+191=433 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.96% from 433); Green value is 56 (22.27% from 255 or 12.93% from 433); Blue value is 191 (75% from 255 or 44.11% from 433); Max value from RGB is 191 - color contains mainly: blue. Hex color #BA38BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA38BF is #45C740. Grayscale: #6D6D6D. Windows color (decimal): -4572993 or 12531898. OLE color: 12531898.

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

Color convert

RGB18656191-
CMYK0.030.7100.25
HSL297.78º54.66%48.43%-
HSV(B)297.78º70.68%74.9%-
XYZ31.0717.0350.94-
YUV110.26173.57182.02-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.96%
GREEN value IS 56 (22.27% from 255) = 12.93%
BLUE value IS 191 (75% from 255) = 44.11%
R=42.96%
G=12.93%
B=44.11%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal186561910.030.7100.25297.7854.6648.43
HexBA38BF34701912a3730
Octal2727027731070314526760
Binary1011101011100010111111111000111011001100101010110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA38BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA38BF; }

 p { color: rgb(186,56,191); }

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

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

 a { background-color: rgb(186,56,191); }

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

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

 span { border-color: rgb(186,56,191); }

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