#BA5CB3

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

Shades of Fuchsia #BA5CB3

Tints of Fuchsia #BA5CB3

Color information

#BA5CB3 (or 0xBA5CB3) is unknown color: approx Fuchsia. HEX triplet: BA, 5C and B3. RGB value is (186,92,179). Sum of RGB (Red+Green+Blue) = 186+92+179=457 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.70% from 457); Green value is 92 (36.33% from 255 or 20.13% from 457); Blue value is 179 (70.31% from 255 or 39.17% from 457); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5CB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA5CB3 is #45A34C. Grayscale: #818181. Windows color (decimal): -4563789 or 11754682. OLE color: 11754682.

HSL color Cylindrical-coordinate representation of color #BA5CB3: hue angle of 304.47º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BA5CB3 is Cyan = 0, Magento = 0.51, Yellow = 0.04 and Black (K on CMYK) = 0.27.

Color convert

RGB18692179-
CMYK00.510.040.27
HSL304.47º40.52%54.51%-
HSV(B)304.47º50.54%72.94%-
XYZ32.2121.3545.07-
YUV130.02155.64167.93-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.70%
GREEN value IS 92 (36.33% from 255) = 20.13%
BLUE value IS 179 (70.31% from 255) = 39.17%
R=40.70%
G=20.13%
B=39.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.04
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1869217900.510.040.27304.4740.5254.51
HexBA5CB303341B1302937
Octal2721342630634334605167
Binary10111010101110010110011011001110011011100110000101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5CB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5CB3; }

 p { color: rgb(186,92,179); }

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

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

 a { background-color: rgb(186,92,179); }

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

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

 span { border-color: rgb(186,92,179); }

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