#BA5CB5

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

Shades of Fuchsia #BA5CB5

Tints of Fuchsia #BA5CB5

Color information

#BA5CB5 (or 0xBA5CB5) is unknown color: approx Fuchsia. HEX triplet: BA, 5C and B5. RGB value is (186,92,181). Sum of RGB (Red+Green+Blue) = 186+92+181=459 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.52% from 459); Green value is 92 (36.33% from 255 or 20.04% from 459); Blue value is 181 (71.09% from 255 or 39.43% from 459); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5CB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA5CB5 is #45A34A. Grayscale: #818181. Windows color (decimal): -4563787 or 11885754. OLE color: 11885754.

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

Color convert

RGB18692181-
CMYK00.510.030.27
HSL303.19º40.52%54.51%-
HSV(B)303.19º50.54%72.94%-
XYZ32.4221.4346.14-
YUV130.25156.64167.76-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.52%
GREEN value IS 92 (36.33% from 255) = 20.04%
BLUE value IS 181 (71.09% from 255) = 39.43%
R=40.52%
G=20.04%
B=39.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.03
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1869218100.510.030.27303.1940.5254.51
HexBA5CB503331B12f2937
Octal2721342650633334575167
Binary1011101010111001011010101100111111011100101111101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5CB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5CB5; }

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

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

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

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

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

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

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

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