Html Css Color HEX #BA59C0 Fuchsia

📋 copy color: '#BA59C0'

red 186 ◦ green 89 ◦ blue 192

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

Shades of Fuchsia #BA59C0

Tints of Fuchsia #BA59C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 41.11%

R = 39.83%
G = 19.06%
B = 41.11%

CMYK

 C value IS 0.03

 M value IS 0.54

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BA59C0 (or 0xBA59C0) is known color: Fuchsia. HEX triplet: BA, 59 and C0. RGB value is (186,89,192). Sum of RGB (Red+Green+Blue) = 186+89+192=467 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.83% from 467); Green value is 89 (35.16% from 255 or 19.06% from 467); Blue value is 192 (75.39% from 255 or 41.11% from 467); Max value from RGB is 192 - color contains mainly: blue. Hex color #BA59C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA59C0 is #45A63F. Grayscale: #818181. Windows color (decimal): -4564544 or 12605882. OLE color: 12605882.

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

Color convert

RGB 186 89 192 -
CMYK 0.03 0.54 0 0.25
HSL 296.5º 0.45% 0.55% -
HSV(B) 296.5º 0.54% 0.75% -
XYZ 33.34 21.39 52.24 -
YUV 129.75 163.14 168.12 -
System Red Green Blue C M Y K H S L
Decimal 186 89 192 0.03 0.54 0 0.25 296.5 0.45 0.55
Hex BA 59 C0 3 36 0 19 129 2D 37
Octal 272 131 300 3 66 0 31 451 55 67
Binary 10111010 1011001 11000000 11 110110 0 11001 100101001 101101 110111

Color Harmonies of #BA59C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA59C0

Black with #BA59C0

Text Example


Text Example

White with #BA59C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA59C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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