#BA74BB

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

Shades of Fuchsia #BA74BB

Tints of Fuchsia #BA74BB

Color information

#BA74BB (or 0xBA74BB) is unknown color: approx Fuchsia. HEX triplet: BA, 74 and BB. RGB value is (186,116,187). Sum of RGB (Red+Green+Blue) = 186+116+187=489 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.04% from 489); Green value is 116 (45.70% from 255 or 23.72% from 489); Blue value is 187 (73.44% from 255 or 38.24% from 489); Max value from RGB is 187 - color contains mainly: blue. Hex color #BA74BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA74BB is #458B44. Grayscale: #909090. Windows color (decimal): -4557637 or 12285114. OLE color: 12285114.

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

Color convert

RGB186116187-
CMYK0.010.3800.27
HSL299.15º34.3%59.41%-
HSV(B)299.15º37.97%73.33%-
XYZ35.4626.5250.26-
YUV145.02151.69157.23-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.04%
GREEN value IS 116 (45.70% from 255) = 23.72%
BLUE value IS 187 (73.44% from 255) = 38.24%
R=38.04%
G=23.72%
B=38.24%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861161870.010.3800.27299.1534.359.41
HexBA74BB12601B12b223b
Octal2721642731460334534273
Binary101110101110100101110111100110011011100101011100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA74BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA74BB; }

 p { color: rgb(186,116,187); }

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

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

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

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

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

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

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