Html Css Color HEX #BA5AB9 Fuchsia

📋 copy color: '#BA5AB9'

red 186 ◦ green 90 ◦ blue 185

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

Shades of Fuchsia #BA5AB9

Tints of Fuchsia #BA5AB9

RGB

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

 GREEN value IS 90 (35.55% from 255) = 19.52%

 BLUE value IS 185 (72.66% from 255) = 40.13%

R = 40.35%
G = 19.52%
B = 40.13%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.01

 K value IS 0.27

RGB Variations

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

Color information

#BA5AB9 (or 0xBA5AB9) is known color: Fuchsia. HEX triplet: BA, 5A and B9. RGB value is (186,90,185). Sum of RGB (Red+Green+Blue) = 186+90+185=461 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.35% from 461); Green value is 90 (35.55% from 255 or 19.52% from 461); Blue value is 185 (72.66% from 255 or 40.13% from 461); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5AB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA5AB9 is #45A546. Grayscale: #818181. Windows color (decimal): -4564295 or 12147386. OLE color: 12147386.

HSL color Cylindrical-coordinate representation of color #BA5AB9: hue angle of 300.62º 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 #BA5AB9 is Cyan = 0, Magento = 0.52, Yellow = 0.01 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 90 185 -
CMYK 0 0.52 0.01 0.27
HSL 300.63º 0.41% 0.54% -
HSV(B) 300.63º 0.52% 0.73% -
XYZ 32.66 21.25 48.28 -
YUV 129.53 159.3 168.28 -
System Red Green Blue C M Y K H S L
Decimal 186 90 185 0 0.52 0.01 0.27 300.63 0.41 0.54
Hex BA 5A B9 0 34 1 1B 12D 29 36
Octal 272 132 271 0 64 1 33 455 51 66
Binary 10111010 1011010 10111001 0 110100 1 11011 100101101 101001 110110

Color Harmonies of #BA5AB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5AB9

Black with #BA5AB9

Text Example


Text Example

White with #BA5AB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5AB9; }

 p { color: rgb(186,90,185); }

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

background-color css

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

 a { background-color: rgb(186,90,185); }

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

border-color css

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

 span { border-color: rgb(186,90,185); }

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