Html Css Color HEX #BA44AB Fuchsia

📋 copy color: '#BA44AB'

red 186 ◦ green 68 ◦ blue 171

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

Shades of Fuchsia #BA44AB

Tints of Fuchsia #BA44AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 40.24%

R = 43.76%
G = 16%
B = 40.24%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#BA44AB (or 0xBA44AB) is known color: Fuchsia. HEX triplet: BA, 44 and AB. RGB value is (186,68,171). Sum of RGB (Red+Green+Blue) = 186+68+171=425 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.76% from 425); Green value is 68 (26.95% from 255 or 16% from 425); Blue value is 171 (67.19% from 255 or 40.24% from 425); Max value from RGB is 186 - color contains mainly: red. Hex color #BA44AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA44AB is #45BB54. Grayscale: #727272. Windows color (decimal): -4569941 or 11224250. OLE color: 11224250.

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

Color convert

RGB 186 68 171 -
CMYK 0 0.63 0.08 0.27
HSL 307.63º 0.46% 0.5% -
HSV(B) 307.63º 0.63% 0.73% -
XYZ 29.67 17.51 40.34 -
YUV 115.02 159.59 178.62 -
System Red Green Blue C M Y K H S L
Decimal 186 68 171 0 0.63 0.08 0.27 307.63 0.46 0.5
Hex BA 44 AB 0 3F 8 1B 134 2E 32
Octal 272 104 253 0 77 10 33 464 56 62
Binary 10111010 1000100 10101011 0 111111 1000 11011 100110100 101110 110010

Color Harmonies of #BA44AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA44AB

Black with #BA44AB

Text Example


Text Example

White with #BA44AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA44AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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