Html Css Color HEX #BA3FA9 Fuchsia

📋 copy color: '#BA3FA9'

red 186 ◦ green 63 ◦ blue 169

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

Shades of Fuchsia #BA3FA9

Tints of Fuchsia #BA3FA9

RGB

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

 GREEN value IS 63 (25% from 255) = 15.07%

 BLUE value IS 169 (66.41% from 255) = 40.43%

R = 44.5%
G = 15.07%
B = 40.43%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.09

 K value IS 0.27

RGB Variations

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

Color information

#BA3FA9 (or 0xBA3FA9) is known color: Fuchsia. HEX triplet: BA, 3F and A9. RGB value is (186,63,169). Sum of RGB (Red+Green+Blue) = 186+63+169=418 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.50% from 418); Green value is 63 (25% from 255 or 15.07% from 418); Blue value is 169 (66.41% from 255 or 40.43% from 418); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3FA9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA3FA9 is #45C056. Grayscale: #6F6F6F. Windows color (decimal): -4571223 or 11091898. OLE color: 11091898.

HSL color Cylindrical-coordinate representation of color #BA3FA9: hue angle of 308.29º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BA3FA9 is Cyan = 0, Magento = 0.66, Yellow = 0.09 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 63 169 -
CMYK 0 0.66 0.09 0.27
HSL 308.29º 0.49% 0.49% -
HSV(B) 308.29º 0.66% 0.73% -
XYZ 29.19 16.86 39.25 -
YUV 111.86 160.25 180.88 -
System Red Green Blue C M Y K H S L
Decimal 186 63 169 0 0.66 0.09 0.27 308.29 0.49 0.49
Hex BA 3F A9 0 42 9 1B 134 31 31
Octal 272 77 251 0 102 11 33 464 61 61
Binary 10111010 111111 10101001 0 1000010 1001 11011 100110100 110001 110001

Color Harmonies of #BA3FA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3FA9

Black with #BA3FA9

Text Example


Text Example

White with #BA3FA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3FA9; }

 p { color: rgb(186,63,169); }

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

background-color css

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

 a { background-color: rgb(186,63,169); }

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

border-color css

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

 span { border-color: rgb(186,63,169); }

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