Html Css Color HEX #BA44A7 Fuchsia

📋 copy color: '#BA44A7'

red 186 ◦ green 68 ◦ blue 167

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

Shades of Fuchsia #BA44A7

Tints of Fuchsia #BA44A7

RGB

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

 GREEN value IS 68 (26.95% from 255) = 16.15%

 BLUE value IS 167 (65.63% from 255) = 39.67%

R = 44.18%
G = 16.15%
B = 39.67%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.10

 K value IS 0.27

RGB Variations

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

Color information

#BA44A7 (or 0xBA44A7) is known color: Fuchsia. HEX triplet: BA, 44 and A7. RGB value is (186,68,167). Sum of RGB (Red+Green+Blue) = 186+68+167=421 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.18% from 421); Green value is 68 (26.95% from 255 or 16.15% from 421); Blue value is 167 (65.62% from 255 or 39.67% from 421); Max value from RGB is 186 - color contains mainly: red. Hex color #BA44A7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA44A7 is #45BB58. Grayscale: #727272. Windows color (decimal): -4569945 or 10962106. OLE color: 10962106.

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

Color convert

RGB 186 68 167 -
CMYK 0 0.63 0.10 0.27
HSL 309.66º 0.46% 0.5% -
HSV(B) 309.66º 0.63% 0.73% -
XYZ 29.29 17.36 38.37 -
YUV 114.57 157.59 178.95 -
System Red Green Blue C M Y K H S L
Decimal 186 68 167 0 0.63 0.10 0.27 309.66 0.46 0.5
Hex BA 44 A7 0 3F A 1B 136 2E 32
Octal 272 104 247 0 77 12 33 466 56 62
Binary 10111010 1000100 10100111 0 111111 1010 11011 100110110 101110 110010

Color Harmonies of #BA44A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA44A7

Black with #BA44A7

Text Example


Text Example

White with #BA44A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA44A7; }

 p { color: rgb(186,68,167); }

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

background-color css

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

 a { background-color: rgb(186,68,167); }

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

border-color css

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

 span { border-color: rgb(186,68,167); }

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