#BA72BB

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

Shades of Fuchsia #BA72BB

Tints of Fuchsia #BA72BB

Color information

#BA72BB (or 0xBA72BB) is unknown color: approx Fuchsia. HEX triplet: BA, 72 and BB. RGB value is (186,114,187). Sum of RGB (Red+Green+Blue) = 186+114+187=487 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.19% from 487); Green value is 114 (44.92% from 255 or 23.41% from 487); Blue value is 187 (73.44% from 255 or 38.40% from 487); Max value from RGB is 187 - color contains mainly: blue. Hex color #BA72BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA72BB is #458D44. Grayscale: #8F8F8F. Windows color (decimal): -4558149 or 12284602. OLE color: 12284602.

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

Color convert

RGB186114187-
CMYK0.010.3900.27
HSL299.18º34.93%59.02%-
HSV(B)299.18º39.04%73.33%-
XYZ35.2426.0650.19-
YUV143.85152.35158.06-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.19%
GREEN value IS 114 (44.92% from 255) = 23.41%
BLUE value IS 187 (73.44% from 255) = 38.40%
R=38.19%
G=23.41%
B=38.40%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861141870.010.3900.27299.1834.9359.02
HexBA72BB12701B12b233b
Octal2721622731470334534373
Binary101110101110010101110111100111011011100101011100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA72BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA72BB; }

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

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

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

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

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

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

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

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