#BA67BA

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

Shades of Fuchsia #BA67BA

Tints of Fuchsia #BA67BA

Color information

#BA67BA (or 0xBA67BA) is unknown color: approx Fuchsia. HEX triplet: BA, 67 and BA. RGB value is (186,103,186). Sum of RGB (Red+Green+Blue) = 186+103+186=475 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.16% from 475); Green value is 103 (40.62% from 255 or 21.68% from 475); Blue value is 186 (73.05% from 255 or 39.16% from 475); Max value from RGB is 186 - color contains mainly: red, blue. Hex color #BA67BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA67BA is #459845. Grayscale: #898989. Windows color (decimal): -4560966 or 12216250. OLE color: 12216250.

HSL color Cylindrical-coordinate representation of color #BA67BA: hue angle of 300º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BA67BA is Cyan = 0, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB186103186-
CMYK00.4500.27
HSL300º37.56%56.67%-
HSV(B)300º44.62%72.94%-
XYZ33.9623.6849.24-
YUV137.28155.5162.75-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.16%
GREEN value IS 103 (40.62% from 255) = 21.68%
BLUE value IS 186 (73.05% from 255) = 39.16%
R=39.16%
G=21.68%
B=39.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18610318600.4500.2730037.5656.67
HexBA67BA02D01B12c2639
Octal2721472720550334544671
Binary101110101100111101110100101101011011100101100100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA67BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA67BA; }

 p { color: rgb(186,103,186); }

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

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

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

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

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

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

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