Html Css Color HEX #BA61AC Fuchsia

📋 copy color: '#BA61AC'

red 186 ◦ green 97 ◦ blue 172

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

Shades of Fuchsia #BA61AC

Tints of Fuchsia #BA61AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 37.8%

R = 40.88%
G = 21.32%
B = 37.8%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#BA61AC (or 0xBA61AC) is known color: Fuchsia. HEX triplet: BA, 61 and AC. RGB value is (186,97,172). Sum of RGB (Red+Green+Blue) = 186+97+172=455 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.88% from 455); Green value is 97 (38.28% from 255 or 21.32% from 455); Blue value is 172 (67.58% from 255 or 37.80% from 455); Max value from RGB is 186 - color contains mainly: red. Hex color #BA61AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA61AC is #459E53. Grayscale: #838383. Windows color (decimal): -4562516 or 11297210. OLE color: 11297210.

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

Color convert

RGB 186 97 172 -
CMYK 0 0.48 0.08 0.27
HSL 309.44º 0.39% 0.55% -
HSV(B) 309.44º 0.48% 0.73% -
XYZ 31.97 21.97 41.58 -
YUV 132.16 150.49 166.4 -
System Red Green Blue C M Y K H S L
Decimal 186 97 172 0 0.48 0.08 0.27 309.44 0.39 0.55
Hex BA 61 AC 0 30 8 1B 135 27 37
Octal 272 141 254 0 60 10 33 465 47 67
Binary 10111010 1100001 10101100 0 110000 1000 11011 100110101 100111 110111

Color Harmonies of #BA61AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA61AC

Black with #BA61AC

Text Example


Text Example

White with #BA61AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA61AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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