Html Css Color HEX #BA61AA Fuchsia

📋 copy color: '#BA61AA'

red 186 ◦ green 97 ◦ blue 170

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

Shades of Fuchsia #BA61AA

Tints of Fuchsia #BA61AA

RGB

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

 GREEN value IS 97 (38.28% from 255) = 21.41%

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

R = 41.06%
G = 21.41%
B = 37.53%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.09

 K value IS 0.27

RGB Variations

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

Color information

#BA61AA (or 0xBA61AA) is known color: Fuchsia. HEX triplet: BA, 61 and AA. RGB value is (186,97,170). Sum of RGB (Red+Green+Blue) = 186+97+170=453 (60% of max value = 765). Red value is 186 (73.05% from 255 or 41.06% from 453); Green value is 97 (38.28% from 255 or 21.41% from 453); Blue value is 170 (66.80% from 255 or 37.53% from 453); Max value from RGB is 186 - color contains mainly: red. Hex color #BA61AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA61AA is #459E55. Grayscale: #838383. Windows color (decimal): -4562518 or 11166138. OLE color: 11166138.

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

Color convert

RGB 186 97 170 -
CMYK 0 0.48 0.09 0.27
HSL 310.79º 0.39% 0.55% -
HSV(B) 310.79º 0.48% 0.73% -
XYZ 31.78 21.89 40.58 -
YUV 131.93 149.49 166.56 -
System Red Green Blue C M Y K H S L
Decimal 186 97 170 0 0.48 0.09 0.27 310.79 0.39 0.55
Hex BA 61 AA 0 30 9 1B 137 27 37
Octal 272 141 252 0 60 11 33 467 47 67
Binary 10111010 1100001 10101010 0 110000 1001 11011 100110111 100111 110111

Color Harmonies of #BA61AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA61AA

Black with #BA61AA

Text Example


Text Example

White with #BA61AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA61AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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