Html Css Color HEX #BA59BD Fuchsia

📋 copy color: '#BA59BD'

red 186 ◦ green 89 ◦ blue 189

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

Shades of Fuchsia #BA59BD

Tints of Fuchsia #BA59BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 40.73%

R = 40.09%
G = 19.18%
B = 40.73%

CMYK

 C value IS 0.02

 M value IS 0.53

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#BA59BD (or 0xBA59BD) is known color: Fuchsia. HEX triplet: BA, 59 and BD. RGB value is (186,89,189). Sum of RGB (Red+Green+Blue) = 186+89+189=464 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.09% from 464); Green value is 89 (35.16% from 255 or 19.18% from 464); Blue value is 189 (74.22% from 255 or 40.73% from 464); Max value from RGB is 189 - color contains mainly: blue. Hex color #BA59BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA59BD is #45A642. Grayscale: #818181. Windows color (decimal): -4564547 or 12409274. OLE color: 12409274.

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

Color convert

RGB 186 89 189 -
CMYK 0.02 0.53 0 0.26
HSL 298.2º 0.43% 0.55% -
HSV(B) 298.2º 0.53% 0.74% -
XYZ 33.01 21.26 50.51 -
YUV 129.4 161.64 168.37 -
System Red Green Blue C M Y K H S L
Decimal 186 89 189 0.02 0.53 0 0.26 298.2 0.43 0.55
Hex BA 59 BD 2 35 0 1A 12A 2B 37
Octal 272 131 275 2 65 0 32 452 53 67
Binary 10111010 1011001 10111101 10 110101 0 11010 100101010 101011 110111

Color Harmonies of #BA59BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA59BD

Black with #BA59BD

Text Example


Text Example

White with #BA59BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA59BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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