Html Css Color HEX #BA59BC Fuchsia

📋 copy color: '#BA59BC'

red 186 ◦ green 89 ◦ blue 188

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

Shades of Fuchsia #BA59BC

Tints of Fuchsia #BA59BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 40.6%

R = 40.17%
G = 19.22%
B = 40.6%

CMYK

 C value IS 0.01

 M value IS 0.53

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#BA59BC (or 0xBA59BC) is known color: Fuchsia. HEX triplet: BA, 59 and BC. RGB value is (186,89,188). Sum of RGB (Red+Green+Blue) = 186+89+188=463 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.17% from 463); Green value is 89 (35.16% from 255 or 19.22% from 463); Blue value is 188 (73.83% from 255 or 40.60% from 463); Max value from RGB is 188 - color contains mainly: blue. Hex color #BA59BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA59BC is #45A643. Grayscale: #808080. Windows color (decimal): -4564548 or 12343738. OLE color: 12343738.

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

Color convert

RGB 186 89 188 -
CMYK 0.01 0.53 0 0.26
HSL 298.79º 0.42% 0.54% -
HSV(B) 298.79º 0.53% 0.74% -
XYZ 32.9 21.21 49.94 -
YUV 129.29 161.14 168.45 -
System Red Green Blue C M Y K H S L
Decimal 186 89 188 0.01 0.53 0 0.26 298.79 0.42 0.54
Hex BA 59 BC 1 35 0 1A 12B 2A 36
Octal 272 131 274 1 65 0 32 453 52 66
Binary 10111010 1011001 10111100 1 110101 0 11010 100101011 101010 110110

Color Harmonies of #BA59BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA59BC

Black with #BA59BC

Text Example


Text Example

White with #BA59BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA59BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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