Html Css Color HEX #BA36AA Fuchsia

📋 copy color: '#BA36AA'

red 186 ◦ green 54 ◦ blue 170

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

Shades of Fuchsia #BA36AA

Tints of Fuchsia #BA36AA

RGB

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

 GREEN value IS 54 (21.48% from 255) = 13.17%

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

R = 45.37%
G = 13.17%
B = 41.46%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.09

 K value IS 0.27

RGB Variations

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

Color information

#BA36AA (or 0xBA36AA) is known color: Fuchsia. HEX triplet: BA, 36 and AA. RGB value is (186,54,170). Sum of RGB (Red+Green+Blue) = 186+54+170=410 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.37% from 410); Green value is 54 (21.48% from 255 or 13.17% from 410); Blue value is 170 (66.80% from 255 or 41.46% from 410); Max value from RGB is 186 - color contains mainly: red. Hex color #BA36AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA36AA is #45C955. Grayscale: #6A6A6A. Windows color (decimal): -4573526 or 11155130. OLE color: 11155130.

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

Color convert

RGB 186 54 170 -
CMYK 0 0.71 0.09 0.27
HSL 307.27º 0.55% 0.47% -
HSV(B) 307.27º 0.71% 0.73% -
XYZ 28.82 15.98 39.6 -
YUV 106.69 163.73 184.57 -
System Red Green Blue C M Y K H S L
Decimal 186 54 170 0 0.71 0.09 0.27 307.27 0.55 0.47
Hex BA 36 AA 0 47 9 1B 133 37 2F
Octal 272 66 252 0 107 11 33 463 67 57
Binary 10111010 110110 10101010 0 1000111 1001 11011 100110011 110111 101111

Color Harmonies of #BA36AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA36AA

Black with #BA36AA

Text Example


Text Example

White with #BA36AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA36AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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