Html Css Color HEX #BA47A6 Fuchsia

📋 copy color: '#BA47A6'

red 186 ◦ green 71 ◦ blue 166

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

Shades of Fuchsia #BA47A6

Tints of Fuchsia #BA47A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 39.24%

R = 43.97%
G = 16.78%
B = 39.24%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.11

 K value IS 0.27

RGB Variations

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

Color information

#BA47A6 (or 0xBA47A6) is known color: Fuchsia. HEX triplet: BA, 47 and A6. RGB value is (186,71,166). Sum of RGB (Red+Green+Blue) = 186+71+166=423 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.97% from 423); Green value is 71 (28.12% from 255 or 16.78% from 423); Blue value is 166 (65.23% from 255 or 39.24% from 423); Max value from RGB is 186 - color contains mainly: red. Hex color #BA47A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA47A6 is #45B859. Grayscale: #737373. Windows color (decimal): -4569178 or 10897338. OLE color: 10897338.

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

Color convert

RGB 186 71 166 -
CMYK 0 0.62 0.11 0.27
HSL 310.43º 0.45% 0.5% -
HSV(B) 310.43º 0.62% 0.73% -
XYZ 29.39 17.7 37.94 -
YUV 116.22 156.1 177.78 -
System Red Green Blue C M Y K H S L
Decimal 186 71 166 0 0.62 0.11 0.27 310.43 0.45 0.5
Hex BA 47 A6 0 3E B 1B 136 2D 32
Octal 272 107 246 0 76 13 33 466 55 62
Binary 10111010 1000111 10100110 0 111110 1011 11011 100110110 101101 110010

Color Harmonies of #BA47A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA47A6

Black with #BA47A6

Text Example


Text Example

White with #BA47A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA47A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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