#BA6CB4

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

Shades of Fuchsia #BA6CB4

Tints of Fuchsia #BA6CB4

Color information

#BA6CB4 (or 0xBA6CB4) is unknown color: approx Fuchsia. HEX triplet: BA, 6C and B4. RGB value is (186,108,180). Sum of RGB (Red+Green+Blue) = 186+108+180=474 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.24% from 474); Green value is 108 (42.58% from 255 or 22.78% from 474); Blue value is 180 (70.70% from 255 or 37.97% from 474); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6CB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA6CB4 is #45934B. Grayscale: #8B8B8B. Windows color (decimal): -4559692 or 11824314. OLE color: 11824314.

HSL color Cylindrical-coordinate representation of color #BA6CB4: hue angle of 304.62º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BA6CB4 is Cyan = 0, Magento = 0.42, Yellow = 0.03 and Black (K on CMYK) = 0.27.

Color convert

RGB186108180-
CMYK00.420.030.27
HSL304.62º36.11%57.65%-
HSV(B)304.62º41.94%72.94%-
XYZ33.8524.4646.12-
YUV139.53150.84161.15-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.24%
GREEN value IS 108 (42.58% from 255) = 22.78%
BLUE value IS 180 (70.70% from 255) = 37.97%
R=39.24%
G=22.78%
B=37.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.03
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18610818000.420.030.27304.6236.1157.65
HexBA6CB402A31B131243a
Octal2721542640523334614472
Binary1011101011011001011010001010101111011100110001100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6CB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6CB4; }

 p { color: rgb(186,108,180); }

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

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

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

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

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

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

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