#BA52BB

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

Shades of Fuchsia #BA52BB

Tints of Fuchsia #BA52BB

Color information

#BA52BB (or 0xBA52BB) is unknown color: approx Fuchsia. HEX triplet: BA, 52 and BB. RGB value is (186,82,187). Sum of RGB (Red+Green+Blue) = 186+82+187=455 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.88% from 455); Green value is 82 (32.42% from 255 or 18.02% from 455); Blue value is 187 (73.44% from 255 or 41.10% from 455); Max value from RGB is 187 - color contains mainly: blue. Hex color #BA52BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA52BB is #45AD44. Grayscale: #7C7C7C. Windows color (decimal): -4566341 or 12276410. OLE color: 12276410.

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

Color convert

RGB18682187-
CMYK0.010.5600.27
HSL299.43º43.57%52.75%-
HSV(B)299.43º56.15%73.33%-
XYZ32.2420.0649.19-
YUV125.07162.96171.46-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.88%
GREEN value IS 82 (32.42% from 255) = 18.02%
BLUE value IS 187 (73.44% from 255) = 41.10%
R=40.88%
G=18.02%
B=41.10%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186821870.010.5600.27299.4343.5752.75
HexBA52BB13801B12b2c35
Octal2721222731700334535465
Binary101110101010010101110111111000011011100101011101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA52BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA52BB; }

 p { color: rgb(186,82,187); }

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

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

 a { background-color: rgb(186,82,187); }

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

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

 span { border-color: rgb(186,82,187); }

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