Html Css Color HEX #BA63AC Fuchsia

📋 copy color: '#BA63AC'

red 186 ◦ green 99 ◦ blue 172

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

Shades of Fuchsia #BA63AC

Tints of Fuchsia #BA63AC

RGB

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

 GREEN value IS 99 (39.06% from 255) = 21.66%

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

R = 40.7%
G = 21.66%
B = 37.64%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#BA63AC (or 0xBA63AC) is known color: Fuchsia. HEX triplet: BA, 63 and AC. RGB value is (186,99,172). Sum of RGB (Red+Green+Blue) = 186+99+172=457 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.70% from 457); Green value is 99 (39.06% from 255 or 21.66% from 457); Blue value is 172 (67.58% from 255 or 37.64% from 457); Max value from RGB is 186 - color contains mainly: red. Hex color #BA63AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA63AC is #459C53. Grayscale: #858585. Windows color (decimal): -4562004 or 11297722. OLE color: 11297722.

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

Color convert

RGB 186 99 172 -
CMYK 0 0.47 0.08 0.27
HSL 309.66º 0.39% 0.56% -
HSV(B) 309.66º 0.47% 0.73% -
XYZ 32.16 22.34 41.65 -
YUV 133.34 149.82 165.56 -
System Red Green Blue C M Y K H S L
Decimal 186 99 172 0 0.47 0.08 0.27 309.66 0.39 0.56
Hex BA 63 AC 0 2F 8 1B 136 27 38
Octal 272 143 254 0 57 10 33 466 47 70
Binary 10111010 1100011 10101100 0 101111 1000 11011 100110110 100111 111000

Color Harmonies of #BA63AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA63AC

Black with #BA63AC

Text Example


Text Example

White with #BA63AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA63AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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