Html Css Color HEX #BA43A8 Fuchsia

📋 copy color: '#BA43A8'

red 186 ◦ green 67 ◦ blue 168

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

Shades of Fuchsia #BA43A8

Tints of Fuchsia #BA43A8

RGB

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

 GREEN value IS 67 (26.56% from 255) = 15.91%

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

R = 44.18%
G = 15.91%
B = 39.9%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.10

 K value IS 0.27

RGB Variations

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

Color information

#BA43A8 (or 0xBA43A8) is known color: Fuchsia. HEX triplet: BA, 43 and A8. RGB value is (186,67,168). Sum of RGB (Red+Green+Blue) = 186+67+168=421 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.18% from 421); Green value is 67 (26.56% from 255 or 15.91% from 421); Blue value is 168 (66.02% from 255 or 39.90% from 421); Max value from RGB is 186 - color contains mainly: red. Hex color #BA43A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA43A8 is #45BC57. Grayscale: #717171. Windows color (decimal): -4570200 or 11027386. OLE color: 11027386.

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

Color convert

RGB 186 67 168 -
CMYK 0 0.64 0.10 0.27
HSL 309.08º 0.47% 0.5% -
HSV(B) 309.08º 0.64% 0.73% -
XYZ 29.32 17.28 38.84 -
YUV 114.1 158.42 179.29 -
System Red Green Blue C M Y K H S L
Decimal 186 67 168 0 0.64 0.10 0.27 309.08 0.47 0.5
Hex BA 43 A8 0 40 A 1B 135 2F 32
Octal 272 103 250 0 100 12 33 465 57 62
Binary 10111010 1000011 10101000 0 1000000 1010 11011 100110101 101111 110010

Color Harmonies of #BA43A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA43A8

Black with #BA43A8

Text Example


Text Example

White with #BA43A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA43A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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