#BA36B8

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

Shades of Fuchsia #BA36B8

Tints of Fuchsia #BA36B8

Color information

#BA36B8 (or 0xBA36B8) is unknown color: approx Fuchsia. HEX triplet: BA, 36 and B8. RGB value is (186,54,184). Sum of RGB (Red+Green+Blue) = 186+54+184=424 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.87% from 424); Green value is 54 (21.48% from 255 or 12.74% from 424); Blue value is 184 (72.27% from 255 or 43.40% from 424); Max value from RGB is 186 - color contains mainly: red. Hex color #BA36B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA36B8 is #45C947. Grayscale: #6B6B6B. Windows color (decimal): -4573512 or 12072634. OLE color: 12072634.

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

Color convert

RGB18654184-
CMYK00.710.010.27
HSL300.91º55%47.06%-
HSV(B)300.91º70.97%72.94%-
XYZ30.2216.5446.95-
YUV108.29170.73183.43-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.87%
GREEN value IS 54 (21.48% from 255) = 12.74%
BLUE value IS 184 (72.27% from 255) = 43.40%
R=43.87%
G=12.74%
B=43.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.01
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1865418400.710.010.27300.915547.06
HexBA36B804711B12d372f
Octal2726627001071334556757
Binary101110101101101011100001000111111011100101101110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA36B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA36B8; }

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

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

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

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

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

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

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

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