#BA72BE

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

Shades of Fuchsia #BA72BE

Tints of Fuchsia #BA72BE

Color information

#BA72BE (or 0xBA72BE) is unknown color: approx Fuchsia. HEX triplet: BA, 72 and BE. RGB value is (186,114,190). Sum of RGB (Red+Green+Blue) = 186+114+190=490 (64% of max value = 765). Red value is 186 (73.05% from 255 or 37.96% from 490); Green value is 114 (44.92% from 255 or 23.27% from 490); Blue value is 190 (74.61% from 255 or 38.78% from 490); Max value from RGB is 190 - color contains mainly: blue. Hex color #BA72BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA72BE is #458D41. Grayscale: #8F8F8F. Windows color (decimal): -4558146 or 12481210. OLE color: 12481210.

HSL color Cylindrical-coordinate representation of color #BA72BE: hue angle of 296.84º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BA72BE is Cyan = 0.02, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB186114190-
CMYK0.020.4000.25
HSL296.84º36.89%59.61%-
HSV(B)296.84º40%74.51%-
XYZ35.5626.1951.9-
YUV144.19153.85157.82-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.96%
GREEN value IS 114 (44.92% from 255) = 23.27%
BLUE value IS 190 (74.61% from 255) = 38.78%
R=37.96%
G=23.27%
B=38.78%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1861141900.020.4000.25296.8436.8959.61
HexBA72BE228019129253c
Octal2721622762500314514574
Binary1011101011100101011111010101000011001100101001100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA72BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA72BE; }

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

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

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

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

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

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

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

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