Html Css Color HEX #BA44A8 Fuchsia

📋 copy color: '#BA44A8'

red 186 ◦ green 68 ◦ blue 168

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

Shades of Fuchsia #BA44A8

Tints of Fuchsia #BA44A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 39.81%

R = 44.08%
G = 16.11%
B = 39.81%

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

#BA44A8 (or 0xBA44A8) is known color: Fuchsia. HEX triplet: BA, 44 and A8. RGB value is (186,68,168). Sum of RGB (Red+Green+Blue) = 186+68+168=422 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.08% from 422); Green value is 68 (26.95% from 255 or 16.11% from 422); Blue value is 168 (66.02% from 255 or 39.81% from 422); Max value from RGB is 186 - color contains mainly: red. Hex color #BA44A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA44A8 is #45BB57. Grayscale: #727272. Windows color (decimal): -4569944 or 11027642. OLE color: 11027642.

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

Color convert

RGB 186 68 168 -
CMYK 0 0.63 0.10 0.27
HSL 309.15º 0.46% 0.5% -
HSV(B) 309.15º 0.63% 0.73% -
XYZ 29.38 17.4 38.86 -
YUV 114.68 158.09 178.87 -
System Red Green Blue C M Y K H S L
Decimal 186 68 168 0 0.63 0.10 0.27 309.15 0.46 0.5
Hex BA 44 A8 0 3F A 1B 135 2E 32
Octal 272 104 250 0 77 12 33 465 56 62
Binary 10111010 1000100 10101000 0 111111 1010 11011 100110101 101110 110010

Color Harmonies of #BA44A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA44A8

Black with #BA44A8

Text Example


Text Example

White with #BA44A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA44A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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