Html Css Color HEX #BA39AA Fuchsia

📋 copy color: '#BA39AA'

red 186 ◦ green 57 ◦ blue 170

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

Shades of Fuchsia #BA39AA

Tints of Fuchsia #BA39AA

RGB

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

 GREEN value IS 57 (22.66% from 255) = 13.8%

 BLUE value IS 170 (66.8% from 255) = 41.16%

R = 45.04%
G = 13.8%
B = 41.16%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.09

 K value IS 0.27

RGB Variations

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

Color information

#BA39AA (or 0xBA39AA) is known color: Fuchsia. HEX triplet: BA, 39 and AA. RGB value is (186,57,170). Sum of RGB (Red+Green+Blue) = 186+57+170=413 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.04% from 413); Green value is 57 (22.66% from 255 or 13.80% from 413); Blue value is 170 (66.80% from 255 or 41.16% from 413); Max value from RGB is 186 - color contains mainly: red. Hex color #BA39AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA39AA is #45C655. Grayscale: #6C6C6C. Windows color (decimal): -4572758 or 11155898. OLE color: 11155898.

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

Color convert

RGB 186 57 170 -
CMYK 0 0.69 0.09 0.27
HSL 307.44º 0.53% 0.48% -
HSV(B) 307.44º 0.69% 0.73% -
XYZ 28.97 16.27 39.64 -
YUV 108.45 162.74 183.31 -
System Red Green Blue C M Y K H S L
Decimal 186 57 170 0 0.69 0.09 0.27 307.44 0.53 0.48
Hex BA 39 AA 0 45 9 1B 133 35 30
Octal 272 71 252 0 105 11 33 463 65 60
Binary 10111010 111001 10101010 0 1000101 1001 11011 100110011 110101 110000

Color Harmonies of #BA39AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA39AA

Black with #BA39AA

Text Example


Text Example

White with #BA39AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA39AA; }

 p { color: rgb(186,57,170); }

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

background-color css

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

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

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

border-color css

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

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

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