Html Css Color HEX #BA5ABA Fuchsia

📋 copy color: '#BA5ABA'

red 186 ◦ green 90 ◦ blue 186

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

Shades of Fuchsia #BA5ABA

Tints of Fuchsia #BA5ABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 40.26%

R = 40.26%
G = 19.48%
B = 40.26%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#BA5ABA (or 0xBA5ABA) is known color: Fuchsia. HEX triplet: BA, 5A and BA. RGB value is (186,90,186). Sum of RGB (Red+Green+Blue) = 186+90+186=462 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.26% from 462); Green value is 90 (35.55% from 255 or 19.48% from 462); Blue value is 186 (73.05% from 255 or 40.26% from 462); Max value from RGB is 186 - color contains mainly: red, blue. Hex color #BA5ABA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA5ABA is #45A545. Grayscale: #818181. Windows color (decimal): -4564294 or 12212922. OLE color: 12212922.

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

Color convert

RGB 186 90 186 -
CMYK 0 0.52 0 0.27
HSL 300º 0.41% 0.54% -
HSV(B) 300º 0.52% 0.73% -
XYZ 32.77 21.3 48.84 -
YUV 129.65 159.8 168.19 -
System Red Green Blue C M Y K H S L
Decimal 186 90 186 0 0.52 0 0.27 300 0.41 0.54
Hex BA 5A BA 0 34 0 1B 12C 29 36
Octal 272 132 272 0 64 0 33 454 51 66
Binary 10111010 1011010 10111010 0 110100 0 11011 100101100 101001 110110

Color Harmonies of #BA5ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5ABA

Black with #BA5ABA

Text Example


Text Example

White with #BA5ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5ABA; }

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

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

background-color css

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

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

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

border-color css

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

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

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