#BA77BD

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

Shades of Fuchsia #BA77BD

Tints of Fuchsia #BA77BD

Color information

#BA77BD (or 0xBA77BD) is unknown color: approx Fuchsia. HEX triplet: BA, 77 and BD. RGB value is (186,119,189). Sum of RGB (Red+Green+Blue) = 186+119+189=494 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.65% from 494); Green value is 119 (46.88% from 255 or 24.09% from 494); Blue value is 189 (74.22% from 255 or 38.26% from 494); Max value from RGB is 189 - color contains mainly: blue. Hex color #BA77BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA77BD is #458842. Grayscale: #929292. Windows color (decimal): -4556867 or 12416954. OLE color: 12416954.

HSL color Cylindrical-coordinate representation of color #BA77BD: hue angle of 297.43º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BA77BD is Cyan = 0.02, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB186119189-
CMYK0.020.3700.26
HSL297.43º34.65%60.39%-
HSV(B)297.43º37.04%74.12%-
XYZ36.0327.3151.52-
YUV147.01151.7155.81-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.65%
GREEN value IS 119 (46.88% from 255) = 24.09%
BLUE value IS 189 (74.22% from 255) = 38.26%
R=37.65%
G=24.09%
B=38.26%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1861191890.020.3700.26297.4334.6560.39
HexBA77BD22501A129233c
Octal2721672752450324514374
Binary1011101011101111011110110100101011010100101001100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA77BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA77BD; }

 p { color: rgb(186,119,189); }

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

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

 a { background-color: rgb(186,119,189); }

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

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

 span { border-color: rgb(186,119,189); }

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