Html Css Color HEX #BA43AB Fuchsia

📋 copy color: '#BA43AB'

red 186 ◦ green 67 ◦ blue 171

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

Shades of Fuchsia #BA43AB

Tints of Fuchsia #BA43AB

RGB

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

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

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

R = 43.87%
G = 15.8%
B = 40.33%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#BA43AB (or 0xBA43AB) is known color: Fuchsia. HEX triplet: BA, 43 and AB. RGB value is (186,67,171). Sum of RGB (Red+Green+Blue) = 186+67+171=424 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.87% from 424); Green value is 67 (26.56% from 255 or 15.80% from 424); Blue value is 171 (67.19% from 255 or 40.33% from 424); Max value from RGB is 186 - color contains mainly: red. Hex color #BA43AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA43AB is #45BC54. Grayscale: #727272. Windows color (decimal): -4570197 or 11223994. OLE color: 11223994.

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

Color convert

RGB 186 67 171 -
CMYK 0 0.64 0.08 0.27
HSL 307.56º 0.47% 0.5% -
HSV(B) 307.56º 0.64% 0.73% -
XYZ 29.61 17.39 40.32 -
YUV 114.44 159.92 179.04 -
System Red Green Blue C M Y K H S L
Decimal 186 67 171 0 0.64 0.08 0.27 307.56 0.47 0.5
Hex BA 43 AB 0 40 8 1B 134 2F 32
Octal 272 103 253 0 100 10 33 464 57 62
Binary 10111010 1000011 10101011 0 1000000 1000 11011 100110100 101111 110010

Color Harmonies of #BA43AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA43AB

Black with #BA43AB

Text Example


Text Example

White with #BA43AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA43AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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