#BA67BF

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

Shades of Fuchsia #BA67BF

Tints of Fuchsia #BA67BF

Color information

#BA67BF (or 0xBA67BF) is unknown color: approx Fuchsia. HEX triplet: BA, 67 and BF. RGB value is (186,103,191). Sum of RGB (Red+Green+Blue) = 186+103+191=480 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.75% from 480); Green value is 103 (40.62% from 255 or 21.46% from 480); Blue value is 191 (75% from 255 or 39.79% from 480); Max value from RGB is 191 - color contains mainly: blue. Hex color #BA67BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA67BF is #459840. Grayscale: #898989. Windows color (decimal): -4560961 or 12543930. OLE color: 12543930.

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

Color convert

RGB186103191-
CMYK0.030.4600.25
HSL296.59º40.74%57.65%-
HSV(B)296.59º46.07%74.9%-
XYZ34.523.952.09-
YUV137.85158162.34-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.75%
GREEN value IS 103 (40.62% from 255) = 21.46%
BLUE value IS 191 (75% from 255) = 39.79%
R=38.75%
G=21.46%
B=39.79%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1861031910.030.4600.25296.5940.7457.65
HexBA67BF32E019129293a
Octal2721472773560314515172
Binary1011101011001111011111111101110011001100101001101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA67BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA67BF; }

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

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

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

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

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

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

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

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