Html Css Color HEX #BA58AC Fuchsia

📋 copy color: '#BA58AC'

red 186 ◦ green 88 ◦ blue 172

#BA58AC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fuchsia #BA58AC

Tints of Fuchsia #BA58AC

RGB

 RED value IS 186 (73.05% from 255) = 41.7%

 GREEN value IS 88 (34.77% from 255) = 19.73%

 BLUE value IS 172 (67.58% from 255) = 38.57%

R = 41.7%
G = 19.73%
B = 38.57%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#BA58AC (or 0xBA58AC) is known color: Fuchsia. HEX triplet: BA, 58 and AC. RGB value is (186,88,172). Sum of RGB (Red+Green+Blue) = 186+88+172=446 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.70% from 446); Green value is 88 (34.77% from 255 or 19.73% from 446); Blue value is 172 (67.58% from 255 or 38.57% from 446); Max value from RGB is 186 - color contains mainly: red. Hex color #BA58AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA58AC is #45A753. Grayscale: #7E7E7E. Windows color (decimal): -4564820 or 11294906. OLE color: 11294906.

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

Color convert

RGB 186 88 172 -
CMYK 0 0.53 0.08 0.27
HSL 308.57º 0.42% 0.54% -
HSV(B) 308.57º 0.53% 0.73% -
XYZ 31.19 20.4 41.32 -
YUV 126.88 153.47 170.17 -
System Red Green Blue C M Y K H S L
Decimal 186 88 172 0 0.53 0.08 0.27 308.57 0.42 0.54
Hex BA 58 AC 0 35 8 1B 135 2A 36
Octal 272 130 254 0 65 10 33 465 52 66
Binary 10111010 1011000 10101100 0 110101 1000 11011 100110101 101010 110110

Color Harmonies of #BA58AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA58AC

Black with #BA58AC

Text Example


Text Example

White with #BA58AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA58AC; }

 p { color: rgb(186,88,172); }

 H1.HeaderClassName
 {
   color: #BA58AC;
 }
 .AnyTagClassName
 {
   color: #BA58AC;
 }
</style>

background-color css

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

 a { background-color: rgb(186,88,172); }

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

border-color css

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

 span { border-color: rgb(186,88,172); }

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