Html Css Color HEX #BA63AA Fuchsia

📋 copy color: '#BA63AA'

red 186 ◦ green 99 ◦ blue 170

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

Shades of Fuchsia #BA63AA

Tints of Fuchsia #BA63AA

RGB

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

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

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

R = 40.88%
G = 21.76%
B = 37.36%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.09

 K value IS 0.27

RGB Variations

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

Color information

#BA63AA (or 0xBA63AA) is known color: Fuchsia. HEX triplet: BA, 63 and AA. RGB value is (186,99,170). Sum of RGB (Red+Green+Blue) = 186+99+170=455 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.88% from 455); Green value is 99 (39.06% from 255 or 21.76% from 455); Blue value is 170 (66.80% from 255 or 37.36% from 455); Max value from RGB is 186 - color contains mainly: red. Hex color #BA63AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA63AA is #459C55. Grayscale: #848484. Windows color (decimal): -4562006 or 11166650. OLE color: 11166650.

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

Color convert

RGB 186 99 170 -
CMYK 0 0.47 0.09 0.27
HSL 311.03º 0.39% 0.56% -
HSV(B) 311.03º 0.47% 0.73% -
XYZ 31.97 22.27 40.64 -
YUV 133.11 148.82 165.73 -
System Red Green Blue C M Y K H S L
Decimal 186 99 170 0 0.47 0.09 0.27 311.03 0.39 0.56
Hex BA 63 AA 0 2F 9 1B 137 27 38
Octal 272 143 252 0 57 11 33 467 47 70
Binary 10111010 1100011 10101010 0 101111 1001 11011 100110111 100111 111000

Color Harmonies of #BA63AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA63AA

Black with #BA63AA

Text Example


Text Example

White with #BA63AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA63AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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