Html Css Color HEX #BA59C6 Fuchsia

📋 copy color: '#BA59C6'

red 186 ◦ green 89 ◦ blue 198

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

Shades of Fuchsia #BA59C6

Tints of Fuchsia #BA59C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 41.86%

R = 39.32%
G = 18.82%
B = 41.86%

CMYK

 C value IS 0.06

 M value IS 0.55

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#BA59C6 (or 0xBA59C6) is known color: Fuchsia. HEX triplet: BA, 59 and C6. RGB value is (186,89,198). Sum of RGB (Red+Green+Blue) = 186+89+198=473 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.32% from 473); Green value is 89 (35.16% from 255 or 18.82% from 473); Blue value is 198 (77.73% from 255 or 41.86% from 473); Max value from RGB is 198 - color contains mainly: blue. Hex color #BA59C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA59C6 is #45A639. Grayscale: #828282. Windows color (decimal): -4564538 or 12999098. OLE color: 12999098.

HSL color Cylindrical-coordinate representation of color #BA59C6: hue angle of 293.39º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BA59C6 is Cyan = 0.06, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 186 89 198 -
CMYK 0.06 0.55 0 0.22
HSL 293.39º 0.49% 0.56% -
HSV(B) 293.39º 0.55% 0.78% -
XYZ 34.02 21.66 55.81 -
YUV 130.43 166.14 167.64 -
System Red Green Blue C M Y K H S L
Decimal 186 89 198 0.06 0.55 0 0.22 293.39 0.49 0.56
Hex BA 59 C6 6 37 0 16 125 31 38
Octal 272 131 306 6 67 0 26 445 61 70
Binary 10111010 1011001 11000110 110 110111 0 10110 100100101 110001 111000

Color Harmonies of #BA59C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA59C6

Black with #BA59C6

Text Example


Text Example

White with #BA59C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA59C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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