#BA50B8

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

Shades of Fuchsia #BA50B8

Tints of Fuchsia #BA50B8

Color information

#BA50B8 (or 0xBA50B8) is unknown color: approx Fuchsia. HEX triplet: BA, 50 and B8. RGB value is (186,80,184). Sum of RGB (Red+Green+Blue) = 186+80+184=450 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.33% from 450); Green value is 80 (31.64% from 255 or 17.78% from 450); Blue value is 184 (72.27% from 255 or 40.89% from 450); Max value from RGB is 186 - color contains mainly: red. Hex color #BA50B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA50B8 is #45AF47. Grayscale: #7B7B7B. Windows color (decimal): -4566856 or 12079290. OLE color: 12079290.

HSL color Cylindrical-coordinate representation of color #BA50B8: hue angle of 301.13º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BA50B8 is Cyan = 0, Magento = 0.57, Yellow = 0.01 and Black (K on CMYK) = 0.27.

Color convert

RGB18680184-
CMYK00.570.010.27
HSL301.13º43.44%52.16%-
HSV(B)301.13º56.99%72.94%-
XYZ31.7719.6447.46-
YUV123.55162.12172.54-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.33%
GREEN value IS 80 (31.64% from 255) = 17.78%
BLUE value IS 184 (72.27% from 255) = 40.89%
R=41.33%
G=17.78%
B=40.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.01
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1868018400.570.010.27301.1343.4452.16
HexBA50B803911B12d2b34
Octal2721202700711334555364
Binary101110101010000101110000111001111011100101101101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA50B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA50B8; }

 p { color: rgb(186,80,184); }

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

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

 a { background-color: rgb(186,80,184); }

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

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

 span { border-color: rgb(186,80,184); }

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