#BA6CB6

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

Shades of Fuchsia #BA6CB6

Tints of Fuchsia #BA6CB6

Color information

#BA6CB6 (or 0xBA6CB6) is unknown color: approx Fuchsia. HEX triplet: BA, 6C and B6. RGB value is (186,108,182). Sum of RGB (Red+Green+Blue) = 186+108+182=476 (63% of max value = 765). Red value is 186 (73.05% from 255 or 39.08% from 476); Green value is 108 (42.58% from 255 or 22.69% from 476); Blue value is 182 (71.48% from 255 or 38.24% from 476); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6CB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA6CB6 is #459349. Grayscale: #8B8B8B. Windows color (decimal): -4559690 or 11955386. OLE color: 11955386.

HSL color Cylindrical-coordinate representation of color #BA6CB6: hue angle of 303.08º 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 #BA6CB6 is Cyan = 0, Magento = 0.42, Yellow = 0.02 and Black (K on CMYK) = 0.27.

Color convert

RGB186108182-
CMYK00.420.020.27
HSL303.08º36.11%57.65%-
HSV(B)303.08º41.94%72.94%-
XYZ34.0624.5447.2-
YUV139.76151.84160.98-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.08%
GREEN value IS 108 (42.58% from 255) = 22.69%
BLUE value IS 182 (71.48% from 255) = 38.24%
R=39.08%
G=22.69%
B=38.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.02
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18610818200.420.020.27303.0836.1157.65
HexBA6CB602A21B12f243a
Octal2721542660522334574472
Binary1011101011011001011011001010101011011100101111100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6CB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6CB6; }

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

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

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

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

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

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

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

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