Html Css Color HEX #BA3FAA Fuchsia

📋 copy color: '#BA3FAA'

red 186 ◦ green 63 ◦ blue 170

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

Shades of Fuchsia #BA3FAA

Tints of Fuchsia #BA3FAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 40.57%

R = 44.39%
G = 15.04%
B = 40.57%

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

#BA3FAA (or 0xBA3FAA) is known color: Fuchsia. HEX triplet: BA, 3F and AA. RGB value is (186,63,170). Sum of RGB (Red+Green+Blue) = 186+63+170=419 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.39% from 419); Green value is 63 (25% from 255 or 15.04% from 419); Blue value is 170 (66.80% from 255 or 40.57% from 419); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3FAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA3FAA is #45C055. Grayscale: #6F6F6F. Windows color (decimal): -4571222 or 11157434. OLE color: 11157434.

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

Color convert

RGB 186 63 170 -
CMYK 0 0.66 0.09 0.27
HSL 307.8º 0.49% 0.49% -
HSV(B) 307.8º 0.66% 0.73% -
XYZ 29.28 16.9 39.75 -
YUV 111.98 160.75 180.8 -
System Red Green Blue C M Y K H S L
Decimal 186 63 170 0 0.66 0.09 0.27 307.8 0.49 0.49
Hex BA 3F AA 0 42 9 1B 134 31 31
Octal 272 77 252 0 102 11 33 464 61 61
Binary 10111010 111111 10101010 0 1000010 1001 11011 100110100 110001 110001

Color Harmonies of #BA3FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3FAA

Black with #BA3FAA

Text Example


Text Example

White with #BA3FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3FAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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