Html Css Color HEX #BA47AD Fuchsia

📋 copy color: '#BA47AD'

red 186 ◦ green 71 ◦ blue 173

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

Shades of Fuchsia #BA47AD

Tints of Fuchsia #BA47AD

RGB

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

 GREEN value IS 71 (28.13% from 255) = 16.51%

 BLUE value IS 173 (67.97% from 255) = 40.23%

R = 43.26%
G = 16.51%
B = 40.23%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.07

 K value IS 0.27

RGB Variations

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

Color information

#BA47AD (or 0xBA47AD) is known color: Fuchsia. HEX triplet: BA, 47 and AD. RGB value is (186,71,173). Sum of RGB (Red+Green+Blue) = 186+71+173=430 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.26% from 430); Green value is 71 (28.12% from 255 or 16.51% from 430); Blue value is 173 (67.97% from 255 or 40.23% from 430); Max value from RGB is 186 - color contains mainly: red. Hex color #BA47AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA47AD is #45B852. Grayscale: #747474. Windows color (decimal): -4569171 or 11356090. OLE color: 11356090.

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

Color convert

RGB 186 71 173 -
CMYK 0 0.62 0.07 0.27
HSL 306.78º 0.45% 0.5% -
HSV(B) 306.78º 0.62% 0.73% -
XYZ 30.05 17.96 41.42 -
YUV 117.01 159.6 177.21 -
System Red Green Blue C M Y K H S L
Decimal 186 71 173 0 0.62 0.07 0.27 306.78 0.45 0.5
Hex BA 47 AD 0 3E 7 1B 133 2D 32
Octal 272 107 255 0 76 7 33 463 55 62
Binary 10111010 1000111 10101101 0 111110 111 11011 100110011 101101 110010

Color Harmonies of #BA47AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA47AD

Black with #BA47AD

Text Example


Text Example

White with #BA47AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA47AD; }

 p { color: rgb(186,71,173); }

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

background-color css

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

 a { background-color: rgb(186,71,173); }

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

border-color css

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

 span { border-color: rgb(186,71,173); }

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