Html Css Color HEX #BA59BF Fuchsia

📋 copy color: '#BA59BF'

red 186 ◦ green 89 ◦ blue 191

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

Shades of Fuchsia #BA59BF

Tints of Fuchsia #BA59BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 40.99%

R = 39.91%
G = 19.1%
B = 40.99%

CMYK

 C value IS 0.03

 M value IS 0.53

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BA59BF (or 0xBA59BF) is known color: Fuchsia. HEX triplet: BA, 59 and BF. RGB value is (186,89,191). Sum of RGB (Red+Green+Blue) = 186+89+191=466 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.91% from 466); Green value is 89 (35.16% from 255 or 19.10% from 466); Blue value is 191 (75% from 255 or 40.99% from 466); Max value from RGB is 191 - color contains mainly: blue. Hex color #BA59BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA59BF is #45A640. Grayscale: #818181. Windows color (decimal): -4564545 or 12540346. OLE color: 12540346.

HSL color Cylindrical-coordinate representation of color #BA59BF: hue angle of 297.06º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BA59BF is Cyan = 0.03, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 186 89 191 -
CMYK 0.03 0.53 0 0.25
HSL 297.06º 0.44% 0.55% -
HSV(B) 297.06º 0.53% 0.75% -
XYZ 33.23 21.35 51.66 -
YUV 129.63 162.64 168.21 -
System Red Green Blue C M Y K H S L
Decimal 186 89 191 0.03 0.53 0 0.25 297.06 0.44 0.55
Hex BA 59 BF 3 35 0 19 129 2C 37
Octal 272 131 277 3 65 0 31 451 54 67
Binary 10111010 1011001 10111111 11 110101 0 11001 100101001 101100 110111

Color Harmonies of #BA59BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA59BF

Black with #BA59BF

Text Example


Text Example

White with #BA59BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA59BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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