#BA67BE

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

Shades of Fuchsia #BA67BE

Tints of Fuchsia #BA67BE

Color information

#BA67BE (or 0xBA67BE) is unknown color: approx Fuchsia. HEX triplet: BA, 67 and BE. RGB value is (186,103,190). Sum of RGB (Red+Green+Blue) = 186+103+190=479 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.83% from 479); Green value is 103 (40.62% from 255 or 21.50% from 479); Blue value is 190 (74.61% from 255 or 39.67% from 479); Max value from RGB is 190 - color contains mainly: blue. Hex color #BA67BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA67BE is #459841. Grayscale: #898989. Windows color (decimal): -4560962 or 12478394. OLE color: 12478394.

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

Color convert

RGB186103190-
CMYK0.020.4600.25
HSL297.24º40.09%57.45%-
HSV(B)297.24º45.79%74.51%-
XYZ34.3923.8651.51-
YUV137.73157.5162.43-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.83%
GREEN value IS 103 (40.62% from 255) = 21.50%
BLUE value IS 190 (74.61% from 255) = 39.67%
R=38.83%
G=21.50%
B=39.67%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1861031900.020.4600.25297.2440.0957.45
HexBA67BE22E0191292839
Octal2721472762560314515071
Binary1011101011001111011111010101110011001100101001101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA67BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA67BE; }

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

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

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

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

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

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

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

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