Html Css Color HEX #BA59B1 Fuchsia

📋 copy color: '#BA59B1'

red 186 ◦ green 89 ◦ blue 177

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

Shades of Fuchsia #BA59B1

Tints of Fuchsia #BA59B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 39.16%

R = 41.15%
G = 19.69%
B = 39.16%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.05

 K value IS 0.27

RGB Variations

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

Color information

#BA59B1 (or 0xBA59B1) is known color: Fuchsia. HEX triplet: BA, 59 and B1. RGB value is (186,89,177). Sum of RGB (Red+Green+Blue) = 186+89+177=452 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.15% from 452); Green value is 89 (35.16% from 255 or 19.69% from 452); Blue value is 177 (69.53% from 255 or 39.16% from 452); Max value from RGB is 186 - color contains mainly: red. Hex color #BA59B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA59B1 is #45A64E. Grayscale: #7F7F7F. Windows color (decimal): -4564559 or 11622842. OLE color: 11622842.

HSL color Cylindrical-coordinate representation of color #BA59B1: hue angle of 305.57º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BA59B1 is Cyan = 0, Magento = 0.52, Yellow = 0.05 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 89 177 -
CMYK 0 0.52 0.05 0.27
HSL 305.57º 0.41% 0.54% -
HSV(B) 305.57º 0.52% 0.73% -
XYZ 31.76 20.76 43.93 -
YUV 128.04 155.64 169.34 -
System Red Green Blue C M Y K H S L
Decimal 186 89 177 0 0.52 0.05 0.27 305.57 0.41 0.54
Hex BA 59 B1 0 34 5 1B 132 29 36
Octal 272 131 261 0 64 5 33 462 51 66
Binary 10111010 1011001 10110001 0 110100 101 11011 100110010 101001 110110

Color Harmonies of #BA59B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA59B1

Black with #BA59B1

Text Example


Text Example

White with #BA59B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA59B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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