Html Css Color HEX #BA5BA9 Fuchsia

📋 copy color: '#BA5BA9'

red 186 ◦ green 91 ◦ blue 169

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

Shades of Fuchsia #BA5BA9

Tints of Fuchsia #BA5BA9

RGB

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

 GREEN value IS 91 (35.94% from 255) = 20.4%

 BLUE value IS 169 (66.41% from 255) = 37.89%

R = 41.7%
G = 20.4%
B = 37.89%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.09

 K value IS 0.27

RGB Variations

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

Color information

#BA5BA9 (or 0xBA5BA9) is known color: Fuchsia. HEX triplet: BA, 5B and A9. RGB value is (186,91,169). Sum of RGB (Red+Green+Blue) = 186+91+169=446 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.70% from 446); Green value is 91 (35.94% from 255 or 20.40% from 446); Blue value is 169 (66.41% from 255 or 37.89% from 446); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5BA9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5BA9 is #45A456. Grayscale: #808080. Windows color (decimal): -4564055 or 11099066. OLE color: 11099066.

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

Color convert

RGB 186 91 169 -
CMYK 0 0.51 0.09 0.27
HSL 310.74º 0.41% 0.54% -
HSV(B) 310.74º 0.51% 0.73% -
XYZ 31.15 20.79 39.91 -
YUV 128.3 150.97 169.16 -
System Red Green Blue C M Y K H S L
Decimal 186 91 169 0 0.51 0.09 0.27 310.74 0.41 0.54
Hex BA 5B A9 0 33 9 1B 137 29 36
Octal 272 133 251 0 63 11 33 467 51 66
Binary 10111010 1011011 10101001 0 110011 1001 11011 100110111 101001 110110

Color Harmonies of #BA5BA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5BA9

Black with #BA5BA9

Text Example


Text Example

White with #BA5BA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5BA9; }

 p { color: rgb(186,91,169); }

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

background-color css

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

 a { background-color: rgb(186,91,169); }

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

border-color css

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

 span { border-color: rgb(186,91,169); }

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