Html Css Color HEX #BA59A8 Fuchsia

📋 copy color: '#BA59A8'

red 186 ◦ green 89 ◦ blue 168

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

Shades of Fuchsia #BA59A8

Tints of Fuchsia #BA59A8

RGB

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

 GREEN value IS 89 (35.16% from 255) = 20.09%

 BLUE value IS 168 (66.02% from 255) = 37.92%

R = 41.99%
G = 20.09%
B = 37.92%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.10

 K value IS 0.27

RGB Variations

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

Color information

#BA59A8 (or 0xBA59A8) is known color: Fuchsia. HEX triplet: BA, 59 and A8. RGB value is (186,89,168). Sum of RGB (Red+Green+Blue) = 186+89+168=443 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.99% from 443); Green value is 89 (35.16% from 255 or 20.09% from 443); Blue value is 168 (66.02% from 255 or 37.92% from 443); Max value from RGB is 186 - color contains mainly: red. Hex color #BA59A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA59A8 is #45A657. Grayscale: #7E7E7E. Windows color (decimal): -4564568 or 11033018. OLE color: 11033018.

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

Color convert

RGB 186 89 168 -
CMYK 0 0.52 0.10 0.27
HSL 311.13º 0.41% 0.54% -
HSV(B) 311.13º 0.52% 0.73% -
XYZ 30.89 20.41 39.36 -
YUV 127.01 151.14 170.08 -
System Red Green Blue C M Y K H S L
Decimal 186 89 168 0 0.52 0.10 0.27 311.13 0.41 0.54
Hex BA 59 A8 0 34 A 1B 137 29 36
Octal 272 131 250 0 64 12 33 467 51 66
Binary 10111010 1011001 10101000 0 110100 1010 11011 100110111 101001 110110

Color Harmonies of #BA59A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA59A8

Black with #BA59A8

Text Example


Text Example

White with #BA59A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA59A8; }

 p { color: rgb(186,89,168); }

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

background-color css

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

 a { background-color: rgb(186,89,168); }

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

border-color css

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

 span { border-color: rgb(186,89,168); }

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