#BA6CBE

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

Shades of Fuchsia #BA6CBE

Tints of Fuchsia #BA6CBE

Color information

#BA6CBE (or 0xBA6CBE) is unknown color: approx Fuchsia. HEX triplet: BA, 6C and BE. RGB value is (186,108,190). Sum of RGB (Red+Green+Blue) = 186+108+190=484 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.43% from 484); Green value is 108 (42.58% from 255 or 22.31% from 484); Blue value is 190 (74.61% from 255 or 39.26% from 484); Max value from RGB is 190 - color contains mainly: blue. Hex color #BA6CBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA6CBE is #459341. Grayscale: #8C8C8C. Windows color (decimal): -4559682 or 12479674. OLE color: 12479674.

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

Color convert

RGB186108190-
CMYK0.020.4300.25
HSL297.07º38.68%58.43%-
HSV(B)297.07º43.16%74.51%-
XYZ34.9124.8851.68-
YUV140.67155.84160.33-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.43%
GREEN value IS 108 (42.58% from 255) = 22.31%
BLUE value IS 190 (74.61% from 255) = 39.26%
R=38.43%
G=22.31%
B=39.26%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1861081900.020.4300.25297.0738.6858.43
HexBA6CBE22B019129273a
Octal2721542762530314514772
Binary1011101011011001011111010101011011001100101001100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6CBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6CBE; }

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

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

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

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

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

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

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

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