#BA5BAD

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

Shades of Fuchsia #BA5BAD

Tints of Fuchsia #BA5BAD

Color information

#BA5BAD (or 0xBA5BAD) is unknown color: approx Fuchsia. HEX triplet: BA, 5B and AD. RGB value is (186,91,173). Sum of RGB (Red+Green+Blue) = 186+91+173=450 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.33% from 450); Green value is 91 (35.94% from 255 or 20.22% from 450); Blue value is 173 (67.97% from 255 or 38.44% from 450); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5BAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5BAD is #45A452. Grayscale: #808080. Windows color (decimal): -4564051 or 11361210. OLE color: 11361210.

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

Color convert

RGB18691173-
CMYK00.510.070.27
HSL308.21º40.77%54.31%-
HSV(B)308.21º51.08%72.94%-
XYZ31.5320.9441.91-
YUV128.75152.97168.83-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.33%
GREEN value IS 91 (35.94% from 255) = 20.22%
BLUE value IS 173 (67.97% from 255) = 38.44%
R=41.33%
G=20.22%
B=38.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.07
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1869117300.510.070.27308.2140.7754.31
HexBA5BAD03371B1342936
Octal2721332550637334645166
Binary10111010101101110101101011001111111011100110100101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5BAD; }

 p { color: rgb(186,91,173); }

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

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

 a { background-color: rgb(186,91,173); }

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

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

 span { border-color: rgb(186,91,173); }

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