Html Css Color HEX #BA4ABA Fuchsia

📋 copy color: '#BA4ABA'

red 186 ◦ green 74 ◦ blue 186

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

Shades of Fuchsia #BA4ABA

Tints of Fuchsia #BA4ABA

RGB

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

 GREEN value IS 74 (29.3% from 255) = 16.59%

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

R = 41.7%
G = 16.59%
B = 41.7%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#BA4ABA (or 0xBA4ABA) is known color: Fuchsia. HEX triplet: BA, 4A and BA. RGB value is (186,74,186). Sum of RGB (Red+Green+Blue) = 186+74+186=446 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.70% from 446); Green value is 74 (29.30% from 255 or 16.59% from 446); Blue value is 186 (73.05% from 255 or 41.70% from 446); Max value from RGB is 186 - color contains mainly: red, blue. Hex color #BA4ABA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA4ABA is #45B545. Grayscale: #777777. Windows color (decimal): -4568390 or 12208826. OLE color: 12208826.

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

Color convert

RGB 186 74 186 -
CMYK 0 0.60 0 0.27
HSL 300º 0.45% 0.51% -
HSV(B) 300º 0.6% 0.73% -
XYZ 31.56 18.88 48.44 -
YUV 120.26 165.11 174.89 -
System Red Green Blue C M Y K H S L
Decimal 186 74 186 0 0.60 0 0.27 300 0.45 0.51
Hex BA 4A BA 0 3C 0 1B 12C 2D 33
Octal 272 112 272 0 74 0 33 454 55 63
Binary 10111010 1001010 10111010 0 111100 0 11011 100101100 101101 110011

Color Harmonies of #BA4ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4ABA

Black with #BA4ABA

Text Example


Text Example

White with #BA4ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4ABA; }

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

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

background-color css

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

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

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

border-color css

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

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

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