#BA5CB6

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

Shades of Fuchsia #BA5CB6

Tints of Fuchsia #BA5CB6

Color information

#BA5CB6 (or 0xBA5CB6) is unknown color: approx Fuchsia. HEX triplet: BA, 5C and B6. RGB value is (186,92,182). Sum of RGB (Red+Green+Blue) = 186+92+182=460 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.43% from 460); Green value is 92 (36.33% from 255 or 20% from 460); Blue value is 182 (71.48% from 255 or 39.57% from 460); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5CB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA5CB6 is #45A349. Grayscale: #828282. Windows color (decimal): -4563786 or 11951290. OLE color: 11951290.

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

Color convert

RGB18692182-
CMYK00.510.020.27
HSL302.55º40.52%54.51%-
HSV(B)302.55º50.54%72.94%-
XYZ32.5221.4746.69-
YUV130.37157.14167.68-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.43%
GREEN value IS 92 (36.33% from 255) = 20%
BLUE value IS 182 (71.48% from 255) = 39.57%
R=40.43%
G=20%
B=39.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.02
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1869218200.510.020.27302.5540.5254.51
HexBA5CB603321B12f2937
Octal2721342660632334575167
Binary1011101010111001011011001100111011011100101111101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5CB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5CB6; }

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

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

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

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

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

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

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

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